Twitterizer 2 Documentation
List Method (tokens, options)
NamespacesTwitterizerTwitterFavoriteList(OAuthTokens, ListFavoritesOptions)
Returns the 20 most recent favorite statuses for the authenticating user or user specified by the ID parameter in the requested format.
Declaration Syntax
C#Visual Basic
Public Shared Function List ( _
	tokens As OAuthTokens, _
	options As ListFavoritesOptions _
) As TwitterResponse(Of TwitterStatusCollection)
Parameters
tokens (OAuthTokens)
The tokens.
options (ListFavoritesOptions)
The options.
Return Value
The 20 most recent favorite statuses

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