There are a few features not supported by this implementation:
Before using this library, you may need to set up your application as follows:
The OAuthAuthorizeTemporaryTokenUrl.temporaryToken should be set from the OAuthCredentialsResponse.token returned by OAuthGetTemporaryToken.execute .
Use OAuthGetAccessToken.execute() to execute the request.
Use OAuthGetTemporaryToken.execute() to execute the request.
The only required non-computed fields are OAuthParameters.signer and OAuthParameters.consumerKey .