Get Facebook fan count of age restricted page
I need to get the Facebook fan_count, part of the data returned by the main open graph AP开发者_如何学运维I call for a page, for an age restricted Facebook page. Anyone know how to do this? For instance: http://graph.facebook.com/BudLight
I think you just need to provide access_token
(see "Authentication").
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
精彩评论