Facebook 应用程序:谁“喜欢”我的申请?

发布于 2024-09-25 17:08:32 字数 83 浏览 7 评论 0原文

有没有办法通过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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

叶落知秋 2024-10-02 17:08:32

使用 GraphApi 获取此信息:

搜索此人的“喜欢”,直到找到您的应用程序 ID。

更多详细信息请参见此处:
http://developers.facebook.com/docs/reference/api/user

Use the GraphApi to get at this information:

Search through the person's likes until you find your application id.

More details here:
http://developers.facebook.com/docs/reference/api/user

叹倦 2024-10-02 17:08:32

Facebook 不会告诉您谁喜欢您的页面,只会告诉您总人数。

注意:出于隐私原因,不可能查询所有用户
谁喜欢主页。

http://developers.facebook.com/docs/reference/fql/like/

Facebook won't tell you who likes your page, just an aggregate total number.

Note: for privacy reasons it is not possible to query for all users
who like a Page.

http://developers.facebook.com/docs/reference/fql/like/

甜柠檬 2024-10-02 17:08:32

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文