Nikita Gopkalo
Nikita Gopkalo

Reputation: 559

Facebook: auth flow is not allowed

I followed Facebook online dev. docs, but web API responds with:

"Platform auth flow is not allowed: The application has disabled this authentication flow."

What should I turn on or off in order to make valid API calls?

Upvotes: 1

Views: 5379

Answers (2)

user
user

Reputation: 245

enter image description here

You need to enable Client OAuth Login in your Facebook App Settings. It comes under the product Section. If there is no product. First you have to add the product Facebook Login and then you can enable the login..

Upvotes: 1

Rob W
Rob W

Reputation: 349142

If you get the "Platform auth flow is not allowed: The application has disabled this authentication flow." error, then you have probably not enabled the OAuth client login flow for your app. To enable this, visit your app's settings page, click on Advanced, scroll down to the Client OAuth login box and make sure that it is ON. Then scroll to the bottom of the page and save the changes.

If this did not work, double-check whether you've inserted the correct App ID in your app.

Facebook: App Settings -> Advanced

Facebook: Settings -> Security -> Client OAuth Login

Facebook: App settings -> Save

Upvotes: 13

Related Questions