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, StatusUpdateOptions options )
Public Shared Function Update ( _ tokens As OAuthTokens, _ text As String, _ options As StatusUpdateOptions _ ) As TwitterResponse(Of TwitterStatus)
- tokens (OAuthTokens)
- The tokens.
- text (String)
- The status text.
- options (StatusUpdateOptions)
- The options.
A TwitterStatus object of the newly created status.