Returns the 20 most recent tweets of the authenticated user that have been retweeted by others.
| C# | Visual Basic |
public static TwitterResponse<TwitterStatusCollection> RetweetsOfMe( OAuthTokens tokens )
Public Shared Function RetweetsOfMe ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of TwitterStatusCollection)
- tokens (OAuthTokens)
- The tokens.
A TwitterStatusCollection instance.