1 回答
TA贡献1846条经验 获得超7个赞
不知道为什么会出现该错误,当我在 API Explorer 中尝试该 API 调用时,我得到了正确的错误:
{
"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": "AZJ2HjKFmkW"
}
}
您确实需要一个应用程序,并且您确实需要 App Review。为了访问您不拥有的页面,您必须获得 Facebook 批准的“页面公共内容访问”。之后,您甚至可以使用永不过期的应用程序访问令牌。但是您仍然需要一个应用程序,用于任何 API 访问,始终。
更多信息:https : //developers.facebook.com/docs/apps/review/feature/?locale=de_DE#reference-PAGES_ACCESS
添加回答
举报