FB live API 应用审核成功后失败
FB live API fails after successful app review
我正在使用实时视频 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"
}
}
不确定审核被接受后是否应该做任何事情。
事实证明,我也必须为 Live Video API
创建一个新评论。我不知道 FB-rtmp
需要 publish_api
和 Live Video API
。
参考bug讨论here
我正在使用实时视频 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"
}
}
不确定审核被接受后是否应该做任何事情。
事实证明,我也必须为 Live Video API
创建一个新评论。我不知道 FB-rtmp
需要 publish_api
和 Live Video API
。
参考bug讨论here