List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.
| C# | Visual Basic |
public static TwitterResponse<TwitterListCollection> GetLists( OAuthTokens tokens, string username )
Public Shared Function GetLists ( _ tokens As OAuthTokens, _ username As String _ ) As TwitterResponse(Of TwitterListCollection)
- tokens (OAuthTokens)
- The tokens.
- username (String)
- The username.
A TwitterListCollection instance.