Twitterizer 2 Documentation
Update Method (tokens, text)
NamespacesTwitterizerTwitterStatusUpdate(OAuthTokens, String)
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.
Declaration Syntax
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)
Parameters
tokens (OAuthTokens)
The tokens.
text (String)
The status text.
Return Value
A TwitterStatus object of the newly created status.

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