Facebook graph api 有没有可能每个facebook页面(而不是我的页面)都会被点击?

Facebook graph api 有没有可能每个facebook页面(而不是我的页面)都会被点击?,facebook-graph-api,Facebook Graph Api,我想收集每个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

我想收集每个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?

错误消息已经告诉您检查文档,不是吗?我已经知道这个错误,但我想知道这是获取页面公共内容访问权限的唯一方法。是的。如果您没有对页面的管理员访问权限,则需要公共访问权限。谢谢您的回答!我准备公开访问。