twitter4j.http
Class RequestToken
java.lang.Object
twitter4j.http.OAuthToken
twitter4j.http.RequestToken
- All Implemented Interfaces:
- java.io.Serializable
public class RequestToken
- extends OAuthToken
- Author:
- Yusuke Yamamoto - yusuke at mac.com
representing unauthorized Request Token which is passed to the service provider when acquiring the authorized Access Token
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
httpClient
private HttpClient httpClient
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
RequestToken
RequestToken(Response res,
HttpClient httpClient)
RequestToken
RequestToken(java.lang.String token,
java.lang.String tokenSecret)
getAuthorizationURL
public java.lang.String getAuthorizationURL()
getAccessToken
public AccessToken getAccessToken()
throws TwitterException
- Throws:
TwitterException
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class OAuthToken
hashCode
public int hashCode()
- Overrides:
hashCode
in class OAuthToken