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