问题描述
我想看到我的网站的访客已经是粉丝粉丝。
I would like to see of visitor of my website is already fan of my fanpage.
所以如果有人访问我的网站,我想请他去参观我的粉丝只有,如果他不是粉丝已经。我不想要求许可。只要检查一下,如果他喜欢这个粉丝。
有可能这样做吗?我没有这个Facebook API的经验,这就是为什么我要求这样做的想法
So if somebody visits my website,i would like to ask him to visit my fanpage only, if he is not fan already.I dont want to ask for permission. Just check, if he likes the fanpage or not.Is there possibility to do this? I am not experienced in this Facebook API, this is why i ask for an idea for doing this
推荐答案
可以使用通过查询 docs / reference / fql / page_fan /rel =nofollow> page_fan 表,你必须得到 user_likes
在此之前...
It can be done using FQL by querying page_fan table, you have to get user_likes
permission before doing this...
这篇关于Facebook粉丝页面喜欢检查的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!