List the lists the specified user follows.
| C# | Visual Basic |
public static TwitterResponse<TwitterListCollection> GetSubscriptions( OAuthTokens tokens, string userName )
Public Shared Function GetSubscriptions ( _ tokens As OAuthTokens, _ userName As String _ ) As TwitterResponse(Of TwitterListCollection)
- tokens (OAuthTokens)
- The tokens.
- userName (String)
- Name of the user.
A TwitterListCollection instance.