我已经在Facebook上创建了一个测试应用程序,我需要使用图形API访问公共页面。我拥有所有必需的权限和有效的令牌。
这是我尝试访问的API:
https://graph.facebook.com/178585515507054/posts?access_token=TOKEN
该页面是公共页面。
我收到以下答复。
{
"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": "BEOCTxA6eXn"
}
}
现在,我知道我需要提交该应用进行审核。但是我的应用尚未准备好。它仍处于开发模式。而且,对于我的应用程序的测试版,它甚至没有显示“应用程序评论”链接。
为什么FB对测试应用程序设置了此类限制?如何对我的测试应用进行审核?