How to get Twitter API Keys
In order to allow an application to post entries on your behalf to a Twitter account you will need to get the appropriate credentials. You will need to have access to the desired Twitter account. The following four tokens / credentials are needed: ‘oauth_access_token’ => Access token ‘oauth_access_token_secret’ => Access token secret ‘consumer_key’ => API…