Access to Twitter's suggested user list. This returns the list of suggested user categories. The category can be used in the users/suggestions/category endpoint to get the users in that category.
| C# | Visual Basic |
public static TwitterResponse<TwitterUserCategoryCollection> SuggestedUserCategories( OAuthTokens tokens )
Public Shared Function SuggestedUserCategories ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of TwitterUserCategoryCollection)
- tokens (OAuthTokens)
- The tokens.
A collection of categories without user data.