[Django]-AuthFailed with django-social-auth & Facebook authentication

0👍

That AuthFailed error is raised here, I would check the values for client_id, redirect_uri and client_secret being used a few lines above and compare against your app configuration on Facebook.

👤omab

Leave a comment