I need to get the Facebook fan_count, part of the data returned by the main open graph API call for a page, for an age restricted Facebook page. Anyone know how to do this? For instance: http://graph.facebook.com/BudLight
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 think you just need to provide |
|||||||||||
|
|
fan_count isn't restricted, and there's no need to provide an access_token. You just need to query graph by page_id, for example, for BudLight: http://graph.facebook.com/110515375643035 |
|||||
|