如何确定用户是否已经使用 facebook like 按钮喜欢页面(网站页面而不是 FB)?
如何确定用户是否已经使用 facebook like 按钮喜欢页面(网站页面而不是 FB)?
我需要它在网站标题中为他们显示不同的内容。
感谢您的帮助。
How to determine if user already liked page(page of site not FB) with facebook like button?
I need this to show different content for them in header of the site.
Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果它位于
iframe
中,则由于同源,您无法以编程方式访问它政策。If it is in an
iframe
, you can't access it programmatically because of same origin policy.在 facebook graph API 中发现了这种可能性。
https://graph.facebook.com/me/likes
http://developers.facebook.com/docs/reference/api/
遗憾的是,但这需要授权。会尝试寻找其他东西。
Found this posibility in facebook graph API.
https://graph.facebook.com/me/likes
http://developers.facebook.com/docs/reference/api/
Pity but this need to be authorized. Will try to find something else.