Retweets a tweet. Requires the id parameter of the tweet you are retweeting. (say that 5 times fast)
| C# | Visual Basic |
public TwitterResponse<TwitterStatus> Retweet( OAuthTokens tokens )
Public Function Retweet ( _ tokens As OAuthTokens _ ) As TwitterResponse(Of TwitterStatus)
- tokens (OAuthTokens)
- The tokens.
A TwitterStatus representing the newly created tweet.