Skip to content

Facebook OAuth 2.0 integration for Django Admin Interface using django-social-auth

Notifications You must be signed in to change notification settings

sivaa/django-social-auth-facebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

django-social-auth-facebook

Facebook Connect integration for Django Admin Interface using django-social-auth

Installation

  • $ virtualenv django-social-auth-facebook

  • activate the virtual environment (Source/activate.bat (or) source bin/activate)

  • $ pip install -r requirements.txt (uncomment the MySQL-python if you are using mysql)

  • Create a facebook app in https://developers.facebook.com/apps and update FACEBOOK_APP_ID & FACEBOOK_API_SECRET properties

Configuration

The new users can be given the super user permissions using

SOCIAL_AUTH_CREATE_USERS_AS_SUPER_ADMIN = True

About

Facebook OAuth 2.0 integration for Django Admin Interface using django-social-auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages