FBSDKShareLinkContent PlaceID

时间:2016-01-19 04:40:40

标签: ios objective-c facebook facebook-graph-api

我正在尝试添加预先填充位置的共享对话框,但该位置不会显示。

简单地说,我使用的代码是:

 FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc]init];
 content.placeID=@"295425343918748";
 [FBSDKShareDialog showFromViewController:self withContent:content delegate:self];

为什么这不起作用的任何想法?

1 个答案:

答案 0 :(得分:0)

您需要Facebook的“publish_actions”权限才能发布位置。

请完成此操作 - link