可能重复:
How to check if a user likes my Facebook Page or URL using Facebook's API
如果用户是粉丝或喜欢我的页面而不使用fbml,我该如何显示或显示信息。那里有一些旧代码。
类似的东西:
<fb:visible-to-connection>
Show content to the user
<fb:else>
<div style="position:absolute; top:0; left:0;">
Like the page inorder to view the content.
</div>
</fb:else>
</fb:visible-to-connection>
但是fbml已被弃用,我需要通过javascript而不使用服务器相关代码,如php或aspx。
感谢您的帮助。
请原谅我糟糕的英语。
答案 0 :(得分:1)
将处理程序功能附加到facebook上,例如按钮点击事件,可以显示数据。
但是如果没有实际检查Facebook服务器,你就无法确定,因此用户可以通过调用显示信息的javascript函数来伪造它,但是你不检查用户的行为。
答案 1 :(得分:0)
有关如何仅使用Facebook how to check if user has liked page and show content?
中的Javascript完成此操作的详细说明