This bundle contains functionality for retrieving important rate limiting information from Twitter.
Setup Instructions
To use these Choreos:
Sign up for a Twitter account if you don't already have one.
You'll also need to register your application with Twitter.
Obtain your API Key and API Secret which can be found on the API Keys tab on your application page. Note that your API Key and API Secret correspond to the ConsumerKey and ConsumerSecret Choreo inputs.
Generate the required Access Token and Access Token Secret by clicking "Create my access token" from the API Key tab.
By default, new Twitter apps have Read only permission. If your application needs to post to Twitter or access direct messages, follow these additional steps:
Go to the Permissions tab on your application page and specify Read and Write or Read, Write and Access direct messages.
Wait a few minutes for these changes to be applied to your application.
Regenerate your access tokens from the API Keys tab.