public interface SuggestedUsersResources
| Modifier and Type | Method and Description | 
|---|---|
ResponseList<User> | 
getMemberSuggestions(java.lang.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(java.lang.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(java.lang.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(java.lang.String categorySlug) throws TwitterException
categorySlug - slugTwitterException - when Twitter service or network is unavailable