Facebook“点赞”问题

发布于 2024-10-12 21:47:32 字数 261 浏览 1 评论 0原文

我创建了我的第一个应用程序,并且正在测试类似按钮,我使用来自 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

×眷恋的温暖 2024-10-19 21:47:32

您需要向用户请求 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文