-
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 onlypermissions. Modify permissions toRead & writeand regenerate access tokens. -
Set
TWITTER_CONSUMER_KEY, TWITTER_CONSUMER_SECRET, TWITTER_ACCESS_TOKEN_KEY, TWITTER_ACCESS_TOKEN_SECRETas specified in settings file.

