-
Notifications
You must be signed in to change notification settings - Fork 319
Twitter Search Provider Configuration
ahoernecke edited this page Sep 25, 2014
·
1 revision
In order to search with Google, you'll need to get OAuth credentials. To do this, sign in to twitter and create an application here. Once your application is created, you'll need to generate API keys and an access token.
In your Scumblr initializer configure the API key, API secret, Access token, and Access token secret as follows:
config.twitter_consumer_key = '<API Key>'
config.twitter_consumer_secret = '<API Secret>'
config.twitter_access_token = '<Access token>'
config.twitter_access_token_secret = '<Access token secret>'
Note: You will need to restart Scumblr in order for the config change to be picked up.