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.

As I did a small survey for different things by counting the number of likes of urls I noticed some strange behaviours. I think someone bought likes to push an option.

Now the question: how to get all facebook profiles (fbid) of a certain url for which we did the like button? The URL is outside of Facebook but is within an facebook app.

share|improve this question

2 Answers

up vote 1 down vote accepted

Facebook has never and probably never will give user ids of people who like a URL, mainly due to privacy reasons.

share|improve this answer

Try link_stat table of facebook ... Use this for reference: http://developers.facebook.com/docs/reference/fql/link_stat/

share|improve this answer
thanks for that. but it only gives me the number of real likes. thats ok but i need the facebook userid's to check wheter they are fake accounts or not. – SteMa Sep 20 '11 at 11:13

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.