Twitterizer 2 Documentation
GetSubscriptions Method (tokens, userName)
NamespacesTwitterizerTwitterListGetSubscriptions(OAuthTokens, String)
List the lists the specified user follows.
Declaration Syntax
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)
Parameters
tokens (OAuthTokens)
The tokens.
userName (String)
Name of the user.
Return Value
A TwitterListCollection instance.

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)