-
Notifications
You must be signed in to change notification settings - Fork 192
Twitter Configuration
Anand Reddy Pandikunta edited this page Mar 7, 2015
·
1 revision
Configure twitter handle, so that a new tweet will be posted when some one submits new proposal.
-
Create a new twitter app at https://apps.twitter.com/app/new/ .
-
It creates an app which has
read only
permissions. Modify permissions toRead & write
and regenerate access tokens. -
Set
TWITTER_CONSUMER_KEY, TWITTER_CONSUMER_SECRET, TWITTER_ACCESS_TOKEN_KEY, TWITTER_ACCESS_TOKEN_SECRET
as specified in settings file.