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.

In the past, it was possible to give services to a company that owns a company page, by accessing the list of people liking them, and then use the public info of these "likers".

This has been effectively removed by changes in the API approximately Dec, 2010.

We have a customer with silmilar requests now.

Is there any way these days, by whatever API, do get this list of "likers"?

share|improve this question

1 Answer

Shouldn't be too hard using FQL: http://developers.facebook.com/docs/reference/fql/like/

To also fetch the public profile, use FQL multi-query as outlined in http://developers.facebook.com/docs/reference/fql/

share|improve this answer

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.