我想收集每个Facebook页面的喜欢总数。
不是帖子,只是喜欢页面。
是否有任何访问令牌或某种获取我想要的信息的方法?
我使用facebook graph api尝试过此操作:
https://graph.facebook.com/v4.0/{page's name ex: uniqlo.kr}/likes
然后我得到答复:
{
"error": {
"message": "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review.",
"type": "OAuthException",
"code": 10,
"fbtrace_id": "A1LR4IU7npAvTZdHHn-zD_J"
}
}
我认为“ uniqlo.kr”可能不是页面ID
如何获取不是我的页面ID?