public static class FacebookClient.AccessToken extends Object
FacebookClient.convertSessionKeysToAccessTokens(String, String, String...)
for details.Constructor and Description |
---|
AccessToken() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getAccessToken()
The access token's value.
|
Date |
getExpires()
The date on which the access token expires.
|
int |
hashCode() |
String |
toString() |
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public String getAccessToken()
public Date getExpires()
Copyright © 2014. All rights reserved.