安全地在墙上发布(状态、链接、视频等)
我正在使用 facebook-ios-sdk。我想在具有安全性的 Facebook 墙上发布(状态、链接、视频等),以便只有特定的朋友才能看到更新。
我怎样才能做到这一点?
I am using facebook-ios-sdk. I want to publish on FaceBook wall with security (status, link, video, whatever else), so that only specific friends can see the update.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此链接中的隐私参数 http://developers.facebook.com/docs/reference /api/post/
代码是这样的。 此代码仅用于状态更新
根据您的使用情况设置字典privacyDict的objectofkey (value,friends,networks,allow,deny)
Check the privacy arguments in this link http://developers.facebook.com/docs/reference/api/post/
and code is like this. this code is just for status update
Set the objectofkey (value,friends,networks,allow,deny) of dictionary privacyDict according to your use