Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

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.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 16:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.