Uses of Interface
facebook4j.Account

Packages that use Account
facebook4j.api   
facebook4j.json   
 

Uses of Account in facebook4j.api
 

Methods in facebook4j.api that return types with arguments of type Account
 ResponseList<Account> AccountMethods.getAccounts()
          Returns the current user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(Reading reading)
          Returns the current user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(String userId)
          Returns a user's accounts of Facebook apps and pages.
 ResponseList<Account> AccountMethods.getAccounts(String userId, Reading reading)
          Returns a user's accounts of Facebook apps and pages.
 

Uses of Account in facebook4j.json
 

Methods in facebook4j.json that return Account
static Account DataObjectFactory.createAccount(String rawJSON)
          Constructs a Account object from rawJSON string.
 



Copyright © 2019. All rights reserved.