python-social-auth is a framework that simplifies the social authentication and authorization mechanism. It contains many social backends (Facebook, Twitter, Github, LinkedIn, etc.)
INSTALL
First we need to install the python-social-auth package with
pip install python-social-auth
or download ...