查找用户的哪些朋友喜欢 facebook“PAGE”
我有一个 Facebook 页面和几个为其构建的应用程序,显然该页面的粉丝很少。
我想知道当前登录用户(已经是我的粉丝)的哪些好友也是我的粉丝,即找出当前用户的好友列表中有多少用户是我的页面的粉丝。
我尝试过使用 friends.getappusers
,但它已被弃用。
FQL:
SELECT uid FROM user
WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = ?)
AND is_app_user = 1
--又是一个应用程序用法。
旧 API:$facebook->api_client->friends_getAppUsers();
图 API:$facebook->api(array('method' => 'friends.getAppUsers') );
我知道应用程序可以做到这一点..但这不会有帮助,我希望页面喜欢被测量,而不是应用程序喜欢或使用情况..
I have a Facebook page and few apps built for it, and obviously have few fans of the page.
I'd like to know which friends of the currently logged in user (who is already my fan) are also my fan, i.e. find out how many users in current user's friend list are fans of my page.
I've tried to use friends.getappusers
, but its deprecated.
FQL:
SELECT uid FROM user
WHERE uid IN (SELECT uid2 FROM friend WHERE uid1 = ?)
AND is_app_user = 1
--again an app usage.
OLD API: $facebook->api_client->friends_getAppUsers();
GRAPH API: $facebook->api(array('method' => 'friends.getAppUsers'));
I Know an app can do this.. but that wont help, I want the page to likes to be measured and not the app likes or usage..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论