我正在尝试添加预先填充位置的共享对话框,但该位置不会显示。
简单地说,我使用的代码是:
FBSDKShareLinkContent *content = [[FBSDKShareLinkContent alloc]init];
content.placeID=@"295425343918748";
[FBSDKShareDialog showFromViewController:self withContent:content delegate:self];
为什么这不起作用的任何想法?