Uses of Class
twitter4j.auth.AccessToken

Packages that use AccessToken
twitter4j   
twitter4j.auth   
 

Uses of AccessToken in twitter4j
 

Methods in twitter4j with parameters of type AccessToken
 Twitter TwitterFactory.getInstance(AccessToken accessToken)
          Returns a OAuth Authenticated instance.
consumer key and consumer Secret must be provided by twitter4j.properties, or system properties.
Unlike OAuthSupport.setOAuthAccessToken(twitter4j.auth.AccessToken), this factory method potentially returns a cached instance.
 

Uses of AccessToken in twitter4j.auth
 

Methods in twitter4j.auth that return AccessToken
 AccessToken OAuthSupport.getOAuthAccessToken()
          Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
 AccessToken OAuthAuthorization.getOAuthAccessToken()
          Returns an access token associated with this instance.
If no access token is associated with this instance, this will retrieve a new access token.
 AccessToken OAuthSupport.getOAuthAccessToken(RequestToken requestToken)
          Retrieves an access token associated with the supplied request token and sets userId.
 AccessToken OAuthAuthorization.getOAuthAccessToken(RequestToken requestToken)
          Retrieves an access token associated with the supplied request token and sets userId.
 AccessToken OAuthSupport.getOAuthAccessToken(RequestToken requestToken, java.lang.String oauthVerifier)
          Retrieves an access token associated with the supplied request token and sets userId.
 AccessToken OAuthAuthorization.getOAuthAccessToken(RequestToken requestToken, java.lang.String oauthVerifier)
          Retrieves an access token associated with the supplied request token and sets userId.
 AccessToken OAuthSupport.getOAuthAccessToken(java.lang.String oauthVerifier)
          Retrieves an access token.
 AccessToken OAuthAuthorization.getOAuthAccessToken(java.lang.String oauthVerifier)
          Retrieves an access token.
 AccessToken OAuthSupport.getOAuthAccessToken(java.lang.String screenName, java.lang.String password)
          Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
 AccessToken OAuthAuthorization.getOAuthAccessToken(java.lang.String screenName, java.lang.String password)
          Retrieves an access token associated with the supplied screen name and password using xAuth.
In order to get access acquire AccessToken using xAuth, you must apply by sending an email to api@twitter.com — all other applications will receive an HTTP 401 error.
 

Methods in twitter4j.auth with parameters of type AccessToken
 void OAuthSupport.setOAuthAccessToken(AccessToken accessToken)
          Sets the access token
 void OAuthAuthorization.setOAuthAccessToken(AccessToken accessToken)
          Sets the access token
 



Copyright © 2011. All Rights Reserved.