Twitterizer 2 Documentation
Create Method (tokens, userName, options)
NamespacesTwitterizerTwitterFriendshipCreate(OAuthTokens, String, CreateFriendshipOptions)
Allows the authenticating users to follow the user specified in the userName parameter.
Declaration Syntax
C#Visual Basic
public static TwitterResponse<TwitterUser> Create(
	OAuthTokens tokens,
	string userName,
	CreateFriendshipOptions options
)
Public Shared Function Create ( _
	tokens As OAuthTokens, _
	userName As String, _
	options As CreateFriendshipOptions _
) As TwitterResponse(Of TwitterUser)
Parameters
tokens (OAuthTokens)
The tokens.
userName (String)
The user name.
options (CreateFriendshipOptions)
The options.
Return Value
Returns the followed user in the requested format when successful.

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