facebookfacebook-graph-apifacebook-like

How to know your 1000th like on facebook?


This might not be a development issue, but I'll ask it anyway, maybe there's a solution with Facebook Graph API.

Basically, I want to know who the nth (1000th, 2000th) 'like' of my page was, this is to give a prize or something like that.

I've seen a lot of pages who give prizes to their fans like this, so it must be possible.

If the above isn't possible, I'm also happy to know the 5 or 10 last likes.

Any answer is much appreciated, thanks!


Solution

  • This appears to be a dupe question. Please see: Getting the Nth user who like a page I am the admin of on Facebook

    Also this is a bug in the API. https://developers.facebook.com/bugs/231272073596022

    However, with that said, you can get to the last 500 likes via:

    http://www.facebook.com/browse/?type=page_fans&page_id=[PAGE_ID]