Updates the authenticating user's status. A status update with text identical to the authenticating user's text identical to the authenticating user's current status will be ignored to prevent duplicates.
| C# | Visual Basic |
public static TwitterResponse<TwitterStatus> Update( OAuthTokens tokens, string text )
Public Shared Function Update ( _ tokens As OAuthTokens, _ text As String _ ) As TwitterResponse(Of TwitterStatus)
- tokens (OAuthTokens)
- The tokens.
- text (String)
- The status text.
A TwitterStatus object of the newly created status.