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.
- [Django]-Django .."join" query?
- [Django]-Implementing accent insensitive search on django using sqlite
- [Django]-Simple Django Project Structure
- [Django]-How to call external python script in django from a dropdown button on click event in the html
Source:stackexchange.com