Home > Net >  Feature Unavailable: facebook login is currently unavailable for this app since we are updating addi
Feature Unavailable: facebook login is currently unavailable for this app since we are updating addi

Time:09-17

I am working in React Native. I am trying to login with a Facebook account I get this error from Facebook I am receiving the Facebook Message Dialog with the message: Facebook Login is currently unavailable for this app, since we are updating additional details for this app

CodePudding user response:

This arises due to the Pending Data use Checkup

Please check in your developer account if you have a pending Data use Checkup. Once you complete it, it should work.

1.Enter https://developers.facebook.com/apps

2.You should see your app in red color with a note that Data Checkup is due.

3.You'll need to spend a few minutes to fill in a simple form...

Now you are Good to Go !!!

CodePudding user response:

Ensure that you have enabled App auth within the Facebook development console, check that you have all the essential setup steps, and provided a current and valid privacy policy.

Once your health checks are in place, your app should be valid to authenticate with your firebase app.

  • Related