public interface Accounts
Contains all account related REST call methods.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
get
Get account.View information about a profile.
- Parameters:
id- the account id- Returns:
- the account
-
lists
Get lists containing this account.User lists that you have added this account to.
- Parameters:
id- the account id- Returns:
- a list of account statuses
-
statuses
Get account’s statuses.Statuses posted to the given account.
- Parameters:
id- the account id- Returns:
- a list of account statuses
-
followers
Get account’s followers.Accounts which follow the given account, if network is not hidden by the account owner.
- Parameters:
id- the account id- Returns:
- a list of account followers
-
following
Get account’s following.Accounts which the given account is following, if network is not hidden by the account owner.
- Parameters:
id- the account id- Returns:
- a list of account's following
-
search
Search for matching accounts.Search for matching accounts by username or display name.
- Parameters:
query- the account id- Returns:
- a list of account's following
-