Login error facebook

3

When I try to login to facebook through my application, it gives the error:

  

URL blocked: Redirect failed because URl used is not   in the release list in the client's OAuth settings   app. Verify that the client and Web OAuth login is   enabled and add all domains of your application as URls   valid for OAuth redirection.

I researched a little, and said that enabling the Client OAuth Login in Facebook developers, was to work the login. However, I did this and the error still persists.

How do I resolve this?

    
asked by anonymous 29.03.2017 / 04:24

1 answer

5

This error occurs because the return URL is not registered to Facebook.

For this, you must access your app and add the return URL. Here's a quick tutorial on how to do this:

1: Access your application page, for example:

  

link

2:AddtheproductFacebookLogin.

3:InvalidOAuthredirectURIs,addtheURlofyourapplication,ietheURIwhereFacebookshouldcalltheusertologin.

  

If you have a URI that is not valid, you should create a test application and replace your app's APPD and APPKEY with that of the testing application.

    
29.03.2017 / 15:00