I need to add rest auth from Facebook and Google Plus to my project.
I found that module and think that it easy to use and integrate, but i have some troubles with that.
An error - "AuthCanceled at /complete/facebook/ Authentication process canceled"
My settings.py:
I have add localhost to my Facebook app.
So i go to localhost:8000/login/facebook/ allow to get info from my account and redirect to localhost:8000/complete/facebook/ with AuthCanceled error.
So what's the error? And what workflow needs to be if i have AngularJS on the front-end and REST API via Django / Django REST Framework.
Hi all,
I need to add rest auth from Facebook and Google Plus to my project. I found that module and think that it easy to use and integrate, but i have some troubles with that. An error - "AuthCanceled at /complete/facebook/ Authentication process canceled" My
settings.py
:I have add localhost to my Facebook app. So i go to localhost:8000/login/facebook/ allow to get info from my account and redirect to localhost:8000/complete/facebook/ with AuthCanceled error. So what's the error? And what workflow needs to be if i have AngularJS on the front-end and REST API via Django / Django REST Framework.
Many thanks, Anton