This class manages Facebook test users.
ขยาย: | Object |
แพ็คเกจ: | facebook |
TestUserManager(String, String)
Constructor.
public TestUserManager(String testApplicationSecret, String testApplicationId)
พารามิเตอร์ | คำอธิบาย |
---|---|
testApplicationSecret | The application secret. |
testApplicationId | The application id. |
getAccessTokenForPrivateUser(List)
Gets the access token of the private test user for the application with the requested permissions.
public AccessToken getAccessTokenForPrivateUser(List permissions)
พารามิเตอร์ | คำอธิบาย |
---|---|
permissions | The requested permissions. |
getTestApplicationId()
Getter for the test application id.
public synchronized String getTestApplicationId()
getTestApplicationSecret()
Getter for the test application secret.
public synchronized String getTestApplicationSecret()