我可以使用 iOS 应用程序在页面墙上发帖吗?
如何使用 iPhone 版 FaceBook Graph API 发布到页面墙?
我是否需要提示获得任何许可?
可能还是不可能?
提前致谢。
How to post to a page's wall using FaceBook Graph API for iPhone?
Should I need to prompt for any permission for that?
Is it possible or not?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Post 方法。它需要
publish_stream
权限。用户需要“喜欢”相关页面。令人烦恼的是,Graph API 不允许的一件事是让用户通过它“喜欢”某个页面。用户必须已经“喜欢”该页面。 (catch-22)
Graph API 页面文档
You can using the Post method. It requires the
publish_stream
permission. The user needs to have "liked" the page in question.Annoyingly, the one thing that Graph API will not allow, is to let the user "like" a page through it. The user must already have "liked" the page. (catch-22)
Graph API Page documentation