public interface SuggestedUsersResources
Modifier and Type | Method and Description |
---|---|
ResponseList<User> |
getMemberSuggestions(String categorySlug)
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user.
|
ResponseList<Category> |
getSuggestedUserCategories()
Access to Twitter's suggested user list.
|
ResponseList<User> |
getUserSuggestions(String categorySlug)
Access the users in a given category of the Twitter suggested user list.
It is recommended that end clients cache this data for no more than one hour. |
ResponseList<User> getUserSuggestions(String categorySlug) throws TwitterException
categorySlug
- slugTwitterException
- when Twitter service or network is unavailableResponseList<Category> getSuggestedUserCategories() throws TwitterException
TwitterException
- when Twitter service or network is unavailableResponseList<User> getMemberSuggestions(String categorySlug) throws TwitterException
categorySlug
- slugTwitterException
- when Twitter service or network is unavailableCopyright © 2018. All rights reserved.