获取第 N 个喜欢我在 Facebook 上担任管理员的页面的用户
我想做的是找出第 N 个喜欢某个页面的用户的 userId。
到目前为止,我认为这是不可能的。
已找到以下
http://www.facebook.com/browse /?type=page_fans&page_id=[PAGE_ID] 这似乎显示了一些用户,但只显示了前 400/500 个用户,
我认为使用 FQL 可能是可能的,但我认为这是不可能的,因为 page_id 不是可索引列。 http://developers.facebook.com/docs/reference/fql/page_fan/< /a>
说我发现了以下 stackoverflow 问题,表明这是可能的,但没有提供代码 Facebook API:获取喜欢某个页面的粉丝/人 ,下面的帖子让我充满希望我可以获得以下列表Facebook 喜欢我的页面的人?,但检查 http://developers.facebook.com/docs/reference/fql/like/ 看起来不起作用
它也指向这个页面,这似乎也指向一个事实:这是不可能的,< a href="https://stackoverflow.com/questions/2001281/retrieve-facebook-fan-names">检索 Facebook 粉丝姓名(这个答案似乎是得票最多的检索 Facebook 粉丝名称)。下面的帖子似乎同时说是和否 查询“喜欢”的用户'我的 Facebook 页面。那么我的假设目前不可能吗?
What I would like to do is find out the userId of the Nth user to like a page.
So far I am thinking it is not going to be possible.
Have found the following
http://www.facebook.com/browse/?type=page_fans&page_id=[PAGE_ID]
which seems to show some of the users but only the first 400/500
I thought it may have been possible using FQL but am thinking it is not going to be since page_id is not an indexable column.
http://developers.facebook.com/docs/reference/fql/page_fan/
Saying that I found the following stackoverflow question which suggests it is possible but does not provide code Facebook API: Get fans of / people who like a page , the following post which got me hopeful Can I get a list of the people that have Facebook-liked my page? but checking http://developers.facebook.com/docs/reference/fql/like/ looks like that wont work
It also points to this page which also seems to point to the fact it is not possible, Retrieve Facebook Fan Names (this answer seems to be the most voted Retrieve Facebook Fan Names). The following post seems to say yes and no at the same time Querying Users who 'like' my Facebook Page . So am I right in assuming that it is not currently possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
似乎是一个错误。请参阅 https://developers.facebook.com/bugs/231272073596022 我想知道它是否会给出您可以查看粉丝对 Facebook 页面点赞的实际顺序。
Appears to be a bug. See https://developers.facebook.com/bugs/231272073596022 I wonder if it will even give you the actual order in which the fans liked the facebook page.