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 shows its implementation for Github and I want to implement it for Facebook, but I don't know how to get the values for FACEBOOK_APP_ID and FACEBOOK_API_SECRET variables which I need to put in settings.py
For software development questions please ask on Stack Overflow– phwd♦ Dec 31 '12 at 12:24