When I use FBDialogs to post an image on facebook, facebook will show “via iOS” on the wall; How can I change “via iOS” to “through the name of my application” using the Facebook SDK 3.5?
[FBDialogs presentOSIntegratedShareDialogModallyFrom:self session:[FBSession activeSession] initialText:@"ABC" images:image urls:nil handler:^(FBOSIntegratedShareDialogResult result, NSError *error) { }];
source share