Twitterizer 2 Documentation
Create Method (tokens, statusId)
NamespacesTwitterizerTwitterFavoriteCreate(OAuthTokens, Decimal)
Favorites the status specified in the ID parameter as the authenticating user.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterStatus> Create(
	OAuthTokens tokens,
	decimal statusId
)
Public Shared Function Create ( _
	tokens As OAuthTokens, _
	statusId As Decimal _
) As TwitterResponse(Of TwitterStatus)
Parameters
tokens (OAuthTokens)
The tokens.
statusId (Decimal)
The status id.
Return Value
The favorite status when successful.

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