Skip to content Skip to sidebar Skip to footer

Social-auth-app-django Facebook Backend State With Redirect_uri

I know my question sounds like a duplicate, but I've looked everywhere without finding any solution. I am working on implementing social logins for my django webapp. So far google,

Solution 1:

Have you tried django-allauth? I find it to be a much better solution. It takes care of third party provider integration for you with builtin support for many providers and custom providers.

Solution 2:

I've spent hours on this issue, but it turns out I only needed to do this Valid OAuth Redirect URIs set to https://www.domain.ext/social/complete/facebook/

Note the www.

Post a Comment for "Social-auth-app-django Facebook Backend State With Redirect_uri"