SimpleOAuth::Consumer
Constructors
Class methods
Instance methods
get_token
Allows a Consumer application to obtain an OAuth Request Token to request user authorization.
Returns a TokenPair representing the OAuth Request Token data.
Converts the OAuth Request Token into an OAuth Access Token that can be used to call the API on the users' behalf. This method uses both the consumer secret and the resource owner secret to sign the request. OAuth providers like Twitter expect the token's oauth_token_secret to be an empty string.
Returns a TokenPair representing the OAuth Access Token data.