|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountMethods
Method Summary | |
---|---|
ResponseList<Account> |
getAccounts()
Returns the current user's accounts of Facebook apps and pages. |
ResponseList<Account> |
getAccounts(Reading reading)
Returns the current user's accounts of Facebook apps and pages. |
ResponseList<Account> |
getAccounts(String userId)
Returns a user's accounts of Facebook apps and pages. |
ResponseList<Account> |
getAccounts(String userId,
Reading reading)
Returns a user's accounts of Facebook apps and pages. |
Method Detail |
---|
ResponseList<Account> getAccounts() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Account> getAccounts(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Account> getAccounts(String userId) throws FacebookException
userId
- the ID of a user
FacebookException
- when Facebook service or network is unavailableResponseList<Account> getAccounts(String userId, Reading reading) throws FacebookException
userId
- the ID of a userreading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |