django-connect

Django app to let users connect (and in some cases login) with 3rd party sites (mostly social networks)


License
Other
Install
pip install django-connect

Documentation

django-connect

This app will connect the users of your django app to 3rd party sites. It is designed to support the following use cases:

  • registration (facebook, twitter, password)
  • login (facebook, twitter, password)
  • finding friends (facebook, twitter)
  • using an avatar (facebook, twitter, gravatar, user upload)
  • displaying links to a users 3rd party profiles (facebook, twitter)
  • syncing data with 3rd party sites (facebook, twitter)

Issues:

please report bugs, issues, or suggestions here

Install:

You can get the source directly from GitHub either by downloading the project or checking out the repository.

A quick shortcut is to checkout the project directly into your Python path:

git clone git://github.com/chrisdrackett/django-connect.git connect

Or use pip:

pip install django-connect

Other resources: