Facebook 应用程序:谁“喜欢”我的申请?
有没有办法通过facebook获取;喜欢“您的”(或按 ID 指定的特定应用程序)应用程序的所有用户的列表?通过可用方法的 andy,例如 FQL 等。
Is there a method to obtain, via facebook; a list of all users who liked "your" (or a specific application by id) application? via andy of the available methods, e.g. FQL etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 GraphApi 获取此信息:
id--/likes
搜索此人的“喜欢”,直到找到您的应用程序 ID。
更多详细信息请参见此处:
http://developers.facebook.com/docs/reference/api/user
Use the GraphApi to get at this information:
id--/likes
Search through the person's likes until you find your application id.
More details here:
http://developers.facebook.com/docs/reference/api/user
Facebook 不会告诉您谁喜欢您的页面,只会告诉您总人数。
http://developers.facebook.com/docs/reference/fql/like/
Facebook won't tell you who likes your page, just an aggregate total number.
http://developers.facebook.com/docs/reference/fql/like/
Graph API 允许您查询 Facebook 页面的“成员”。我不确定会员是否与喜欢者或粉丝相同,但值得一试。
http://developers.facebook.com/docs/reference/api/page
由于某种原因,他们将结果集限制为 500。
The Graph API allows you to query a Facebook Page's "members". I'm not sure if a member is the same as a liker or fan, but it's worth a shot.
http://developers.facebook.com/docs/reference/api/page
For some reason, they limit the result set to 500.