开发者

Get Facebook fan count of age restricted page

开发者 https://www.devze.com 2023-01-11 07:15 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消