Search code examples
facebookfacebook-graph-apivideo-streamingwebrtclive-video

FB live API fails after successful app review


I am using live-video API and it works fine in development mode. I also created a app-review and it was successful.

Report from my dashboard. enter image description here

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.


Solution

  • It turns out that I had to create a new review for Live Video API too. I was'nt aware that FB-rtmp needed both publish_api and Live Video API.

    Refer to bug discussion here