Uses of Class
com.twitterapime.xauth.Token

Packages that use Token
com.twitterapime.io   
com.twitterapime.rest   
com.twitterapime.xauth   
 

Uses of Token in com.twitterapime.io
 

Methods in com.twitterapime.io with parameters of type Token
 void HttpRequest.setSigner(XAuthSigner signer, Token token)
           Set xAuth signer and access token.
 

Uses of Token in com.twitterapime.rest
 

Constructors in com.twitterapime.rest with parameters of type Token
Credential(java.lang.String username, java.lang.String consumerKey, java.lang.String consumerSecret, Token accessToken)
           Create an instance of Credential class.
 

Uses of Token in com.twitterapime.xauth
 

Methods in com.twitterapime.xauth that return Token
static Token Token.parse(java.lang.String accessTokenString)
           Parse an access token string and creates a Token object.
 

Methods in com.twitterapime.xauth with parameters of type Token
 void XAuthSigner.sign(HttpRequest req, Token access)
           Sign the given request.
 



Copyright © 2010 Twitter API ME Team. All Rights Reserved.