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.

I was looking a way to get all the fans for a specified page, of course the user logged should be also the administrator for this page. I'm playing with koala and I can get the id for a page in this way

@graph.get_object("myfanpage")['id']

but how to retrieve the fans profile? Thanks

share|improve this question

1 Answer

It is not possible to retrieve a list of page fans via the Graph API.

When browsing facebook.com as a page admin, you can click the 'people like this' link under the number of fans and view them in a popup, but this cannot be done programmatically.

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.