我使用的是live-video API,它在开发模式下运行良好。我还创建了一个app-review,它是成功的。
从我的仪表板报告。

审查完成后,我将应用程序切换到实时模式,并再次开始使用API,但我一直收到以下响应:
{
"error": {
"message": "(#10) To use live-video-api on behalf of people who are not admins, developers and testers of your app, your use of this endpoint must be reviewed and approved by Facebook. To submit this feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review",
"type": "OAuthException",
"code": 10,
"fbtrace_id": "Ez+RzDF2/zj"
}
}在审查被接受后,不确定是否应该做些什么。
发布于 2019-05-03 00:59:38
事实证明,我也不得不为Live Video API创建一个新的评论。我不知道FB-rtmp同时需要publish_api和Live Video API。
请参阅错误讨论here
https://stackoverflow.com/questions/55913965
复制相似问题