st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
521 stars 122 forks source link

I don't see how to set the redirect url in the third login platform? #99

Closed rootgrandfather closed 5 years ago

rootgrandfather commented 5 years ago

Authentication process canceled; ; {'error': 'redirect_uri_mismatch', 'error_code': 21322, 'request': '/oauth2/access_token',

hexmo commented 8 months ago

For anyone looking into this issue, all I had to do was pass the redirect_url in the body.

image