下载最新的 Facebook SDK 并遵循文档:
FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc] init];
content.contentURL = [NSURL URLWithString:@"http://developers.facebook.com"];
[FBSDKShareDialog shareFromViewController:self
withContent:content
delegate:nil];
但是有一个问题,没有 shareFromViewController 方法!只有showFromViewController方法,不能做share工作,share方法在哪里?