开发者

Getting the Nth user who like a page I am the admin of on Facebook

开发者 https://www.devze.com 2023-03-04 06:48 出处:网络
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.

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 开发者_运维知识库9;like' my Facebook Page . So am I right in assuming that it is not currently possible?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消