如何在 iPhone 中阅读 Facebook 社交插件中的内容?
我在我的网站中使用 Facebook 的评论社交插件,现在我想进一步将其集成到 iPhone 应用程序中。
有没有可能通过 Facebook 的 iPhone SDK 读取我网站上的评论内容?
I use Facebook's comment social plugin in my website, and now I'd like to go further integrate it to iPhone app.
Is there any possible way to read the content of the comments in my website by Facebook's iPhone SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
供参考:
http://developers.facebook.com/blog/post/490
现在我们可以使用graph api 来提取评论:
每个 URL 的评论都可以通过 Graph API 访问:
https:// graph.facebook.com/comments/?ids={YOUR_URL}
fyi:
http://developers.facebook.com/blog/post/490
now we can use graph api to extract the comment:
Comments for every URL can be accessed via the Graph API:
https://graph.facebook.com/comments/?ids={YOUR_URL}