如何“喜欢”和“评论”通过 iPhone 中的 Graph API 在 Facebook 上?
我正在使用 graph api 显示新闻源。我对以下问题有疑问。
我想为每个新闻提要帖子提供“喜欢”功能。
我想为每个新闻提要帖子提供“评论”功能。
有人可以帮助我如何使用 iphone 中的图形 api 解决这个问题吗?
I am displaying news feed using graph api. I have queries about below problems.
I would like to give "Like" functionality for each news feed post.
I would like to give "Comment" functionality for each news feed post.
Can someone assist me how to solve this problem using either graph api in iphone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参考我的答案:如何通过 iPhone SDK 中的 FBconnect 或 Graph API 在 facebook 中评论或点赞照片?
只需将您的访问令牌发布到 https://graph.facebook.com/ID_OF_THE_POST/likes 或您的访问令牌和消息作为 https://graph.facebook.com/ID_OF_THE_POST/comments。
有关详细信息,请参阅 Facebook 文档中的“发布”部分:http://developers.facebook。 com/docs/reference/api
Please refer to my answer here: How to comment or like a photo in facebook through FBconnect or Graph API in iPhone SDK?
Just post your Access Token to https://graph.facebook.com/ID_OF_THE_POST/likes or your Access Token and the Message as a parameter to https://graph.facebook.com/ID_OF_THE_POST/comments.
For more info see the "Publishing" part in the Facebook Documentation: http://developers.facebook.com/docs/reference/api