Tagged Questions
-1
votes
1answer
146 views
How to get values for FACEBOOK_APP_ID and FACEBOOK_API_SECRET for Django social auth? [closed]
I'm new to Django and web application development in general. I'm trying to implement social authentication in Django using "django-social-auth" and I'm following tutorial given here
This tutorial ...