[Django]-Django allauth & facebook: Given URL is not allowed by the Application configuration

5👍

In your browser, change http://127.0.0.1:8000/ to localhost:8000/

That should fix the problem.

Still under platform website, change site URL to http://localhost:8000/

4👍

In parameter of your Facebook application (https://developers.facebook.com/x/apps//settings/advanced/) be sure to add a platform Website and add url: http://127.0.0.1:8000/
And after in advanced (still on parameter) put “Embedded browser OAuth Login” and “Client OAuth Login” on !

EDIT:

Ok so you need to add http://127.0.0.1:8000 in your admin site and after you go on each social app and add localhost on site field and not to example.

👤Dseed

Leave a comment