Create OAuth token without handshake.
This function generates a OAuth token using the consumer key, consumer secret, access token and access token secret available in the "Keys and Access Token" tab of the "Application Management" website on Twitter's developers website.
createOAuthToken(consumerKey, consumerSecret, accessToken, accessTokenSecret)
consumerKey
consumerSecret
accessToken
accessTokenSecret
Useful links