Facebook“点赞”问题
我创建了我的第一个应用程序,并且正在测试类似按钮,我使用来自 facebook 文档的按钮自动生成的代码。我单击按钮,一切似乎都正常,但接下来我想使用 从用户检索“喜欢的数据” https://graph.facebook.com/me/likes 但我的应用程序不存在?我已经使用其他应用程序进行了一些测试,但一切正常:-(
所以,问题是,我如何检索此信息?
I create my first application and I'm testing like button, I use auto-generated code for button from facebook documentation. I click on button, everything seems to be ok, but next I want to retrieve "like data" from user, using https://graph.facebook.com/me/likes but my application is not there? I have done some tests using other applications, but everything was ok :-(
So, the question is, how i can retrieve this info?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要向用户请求 user_likes 扩展权限(当他们授权您的应用程序时)才能查看他们的“喜欢”。更多信息请访问:
http://developers.facebook.com/docs/authentication/permissions< /a>
You need to request the user_likes extended permission from the user (when they authorize your application) to view their Likes. Further information can be found at:
http://developers.facebook.com/docs/authentication/permissions