使用 OAuth 的状态评论和点赞
我只是在本地计算机上摆弄 Facebook 连接。我使用 PHP 创建了一个非常基本的应用程序,用户可以在其中输入评论,并将其发布到用户的时间轴/墙以及网页。
我想知道是否有一个工具可以在我的网页上查看所有评论/喜欢/提要?基本上,整个提要可以不在 Facebook 上查看,而是在我的网页上查看吗?
谢谢,
彼得
I am just messing around with Facebook connect on my local machine. I created a very basic app using PHP where a user can type a comment, and it will be posted to the users Timeline/Wall, as well as the webpage.
I was wondering is there a tool where all comments/likes/feeds can be viewed on my webpage as well? Basically can that whole feed be viewed not on Facebook, but on my webpage?
Thanks,
Peter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,该工具称为 Graph API。当您获得正确的访问令牌时,您可以轻松地为经过身份验证的用户提取评论、点赞、提要。请参阅:https://developers.facebook.com/docs/reference/api/
Yes, the tool is called the Graph API. When you get the correct access tokens you can easily pull comments, likes, feeds for the authenticated user. See: https://developers.facebook.com/docs/reference/api/