May 2018
Beginner to intermediate
526 pages
11h 57m
English
For social authentication using Twitter, add the following line to the AUTHENTICATION_BACKENDS setting in the settings.py file of your project:
'social_core.backends.twitter.TwitterOAuth',
You will need to create a new application in your Twitter account. Open https://apps.twitter.com/app/new in your browser. You will see the following form:

Enter the details of your application, including the following settings:
Then, click on Create your Twitter application. You will see the application details. Click on Keys ...
Read now
Unlock full access