Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

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

share|improve this question
Can someone please explain why this got closed as "off topic"? This the basic issue anyone can face in developing a web application involving Facebook authentication. – theharshest Dec 31 '12 at 10:16
As stated in the FAQ, For software development questions please ask on Stack Overflow – phwd Dec 31 '12 at 12:24

closed as off topic by phwd Dec 30 '12 at 23:41

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

After few searches on Google, I got the solution. Just go to https://developers.facebook.com/apps and create a new app and there you can get the values of "App ID/API Key" and "App Secret".

Hope it helps someone!

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.