public interface SuggestedUsersResourcesAsync
Modifier and Type | Method and Description |
---|---|
void |
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.
|
void |
getSuggestedUserCategories()
Access to Twitter's suggested user list.
|
void |
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. |
void getUserSuggestions(String categorySlug)
categorySlug
- slugvoid getSuggestedUserCategories()
void getMemberSuggestions(String categorySlug)
categorySlug
- slugCopyright © 2018. All rights reserved.