Twitterizer 2 Documentation
RetweetsOfMe Method (tokens, options)
NamespacesTwitterizerTwitterTimelineRetweetsOfMe(OAuthTokens, RetweetsOfMeOptions)
Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterStatusCollection> RetweetsOfMe(
	OAuthTokens tokens,
	RetweetsOfMeOptions options
)
Public Shared Function RetweetsOfMe ( _
	tokens As OAuthTokens, _
	options As RetweetsOfMeOptions _
) As TwitterResponse(Of TwitterStatusCollection)
Parameters
tokens (OAuthTokens)
The tokens.
options (RetweetsOfMeOptions)
The options.
Return Value

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