Код: Выделить всё
[FBDialogs presentShareDialogWithPhotoParams:params
clientState:nil
handler:^(FBAppCall *call, NSDictionary *results, NSError *error) {
if (error) {
NSLog(@"Error: %@", error.description);
} else {
NSLog(@"Success!");
}
}];
Подробнее здесь: https://stackoverflow.com/questions/245 ... hotoparams
Мобильная версия