API 3.0如何获取用户是否喜欢页面?
我发现的所有内容都与旧 API 有关,而不是 3.0 :\ 我需要确定在应用程序显示正确消息之前。
All what I found is related to old API not 3.0 :\ I need to determine that before an application will display proper message.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您的应用需要请求 user_likes 权限才能执行此操作。
然后,您可以使用 JavaScript SDK 执行以下操作:
或者使用 PHP SDK 执行以下操作:
Your app will need to request the user_likes permission in order to do this.
Then, you can do the following using the JavaScript SDK:
Or the following, using the PHP SDK:
如果这是针对 Facebook 粉丝页面,Facebook 有一篇帖子介绍了如何使用您的 iframe 页面执行此操作。您需要解码发送到您网站的signed_request http post 参数。此页面向您展示如何在 PHP 中对其进行解码。
If this is for a Facebook fan page, Facebook has a post on how to do this with your iframe page. You need to decode the signed_request http post parameter that gets sent to your site. This page shows you how to decode it in PHP.
检查一下。
http://fatalweb.com /文章/how+to+check+if+user+has+liked+facebook+fanpage-24.htm
Check this.
http://fatalweb.com/articles/how+to+check+if+user+has+liked+facebook+fanpage-24.htm