Problems with Facebook Login when testing connection

Hello I am trying to add a Facebook login, I get to the point where I can get the App ID the App Secret, now since I am still using it in development mode I provided the site URL as http://localhost:3000/ and then inside the Facebook Login settings I didn’t provide any values under Valid OAuth Redirect URIs
or Deauthorize Callback URL and neither for Redirect URI to Check because anytime I was trying to add localhost:3000 I was getting the following message " * http://localhost redirects are automatically allowed while in development mode only and do not need to be added here."

So I removed it, the problem I have is when I try to test the connection inside the dashboard.
I see the page that says please enter your password

the problem is after I click continue

and also this error

here are my settings inside Facebook


developer app

so my question is what do I need to do to make this work? Again I am working in development mode because I am building a project. I will appreciate any help you can give me. Thanks in advance.

I was able to fix it, in my case what I did was to add the domain from auth0 to the website URL, under the section basic settings under the developer app in facebook.

once I did that I tested the connection and I got the results

Hope this helps anyone else who faces the same problem.

1 Like

Glad you have figured it out and thanks for sharing with the rest of community!