|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TestUserMethods
| Method Summary | |
|---|---|
TestUser |
createTestUser(java.lang.String appId)
Creates a test user associated with a particular app. |
TestUser |
createTestUser(java.lang.String appId,
java.lang.String name,
java.lang.String locale,
java.lang.String permissions)
Creates a test user associated with a particular app. |
boolean |
deleteTestUser(java.lang.String testUserId)
Deletes the test user. |
java.util.List<TestUser> |
getTestUsers(java.lang.String appId)
Returns test users associated with a particular app. |
boolean |
makeFriendTestUser(TestUser testUser1,
TestUser testUser2)
Makes friends connections for a test user with other test users. |
| Method Detail |
|---|
TestUser createTestUser(java.lang.String appId)
throws FacebookException
appId - the ID of the app
FacebookException - when Facebook service or network is unavailable
TestUser createTestUser(java.lang.String appId,
java.lang.String name,
java.lang.String locale,
java.lang.String permissions)
throws FacebookException
appId - the ID of the appname - test user namelocale - localepermissions - comma-separated list of permissions
FacebookException - when Facebook service or network is unavailable
java.util.List<TestUser> getTestUsers(java.lang.String appId)
throws FacebookException
appId - the ID of the app
FacebookException - when Facebook service or network is unavailable
boolean deleteTestUser(java.lang.String testUserId)
throws FacebookException
testUserId - the ID of the test user
FacebookException - when Facebook service or network is unavailable
boolean makeFriendTestUser(TestUser testUser1,
TestUser testUser2)
throws FacebookException
testUser1 - test usertestUser2 - test user
FacebookException - when Facebook service or network is unavailable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||