Facebook ios SDK v.4.9.1。 4.8.0是相同的。
FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc] init];
content.contentTitle = title;
content.contentURL = url;
content.contentDescription = description;
content.imageURL = imageUrl;
[FBSDKShareDialog showFromViewController:self.presentingViewController withContent:content delegate:self];
在两种情况下发布的帖子都会自动提取标题,图片和说明。
当用户未在系统设置中登录Facebook或我设置
时dialog.mode = FBSDKShareDialogModeFeedBrowser;
在浏览器中打开包含正确内容的帖子,并正确发布。
它不是链接到App Store,只是在网站上。 iOS 8和iOS 9上的行为相同。