FBDialogs を使用して画像を Facebook に投稿すると、Facebook は壁に「iOS 経由」と表示されます。Facebook SDK 3.5 を使用して、「iOS 経由」を「マイ アプリ名経由」に変更するにはどうすればよいですか?
[FBDialogs presentOSIntegratedShareDialogModallyFrom:self
session:[FBSession activeSession]
initialText:@"ABC"
images:image
urls:nil
handler:^(FBOSIntegratedShareDialogResult result, NSError *error) {
}];