Uses of Interface
facebook4j.TestUser

Packages that use TestUser
facebook4j.api   
 

Uses of TestUser in facebook4j.api
 

Methods in facebook4j.api that return TestUser
 TestUser TestUserMethods.createTestUser(String appId)
          Creates a test user associated with a particular app.
 TestUser TestUserMethods.createTestUser(String appId, String name, String locale, String permissions)
          Creates a test user associated with a particular app.
 TestUser TestUserMethods.createTestUser(String appId, String name, String locale, String permissions, boolean installed)
          Creates a test user associated with a particular app.
 

Methods in facebook4j.api that return types with arguments of type TestUser
 ResponseList<TestUser> TestUserMethods.getTestUsers(String appId)
          Returns test users associated with a particular app.
 ResponseList<TestUser> TestUserMethods.getTestUsers(String appId, Integer limit)
          Returns test users associated with a particular app.
 

Methods in facebook4j.api with parameters of type TestUser
 boolean TestUserMethods.makeFriendTestUser(TestUser testUser1, TestUser testUser2)
          Makes friends connections for a test user with other test users.
 



Copyright © 2019. All rights reserved.