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, OptionalProperties options )
Public Shared Function SuggestedUserCategories ( _ tokens As OAuthTokens, _ options As OptionalProperties _ ) As TwitterResponse(Of TwitterUserCategoryCollection)
- tokens (OAuthTokens)
- The tokens.
- options (OptionalProperties)
- The options.
A collection of categories without user data.