public class NCMBFacebookParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
accessToken
Access token that can be obtained in the OAuth authentication
|
protected java.util.Date |
expirationDate
Expiration date of access token
|
protected java.lang.String |
userId
User id of Facebook account
|
| Constructor and Description |
|---|
NCMBFacebookParameters(java.lang.String aUserId,
java.lang.String anAccessToken,
java.util.Date anExpirationDate)
Constructor
|
protected java.lang.String userId
protected java.lang.String accessToken
protected java.util.Date expirationDate
public NCMBFacebookParameters(java.lang.String aUserId,
java.lang.String anAccessToken,
java.util.Date anExpirationDate)
aUserId - User id of Facebook accountanAccessToken - Access token that can be obtained in the OAuth authenticationanExpirationDate - Expiration date of access token