I am using live-video API and it works fine in development mode. I also created a app-review and it was successful.
After the review was completed I switched the app to live mode and started using the API again but I keep getting the following response:
{
"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"
}
}
Not sure if anything should be done after the review was accepted.

It turns out that I had to create a new review for
Live Video APItoo. I was'nt aware thatFB-rtmpneeded bothpublish_apiandLive Video API.Refer to bug discussion here