Allows the authenticating users to follow the user specified in the userName parameter.
| 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)
- tokens (OAuthTokens)
- The tokens.
- userName (String)
- The user name.
- options (CreateFriendshipOptions)
- The options.
Returns the followed user in the requested format when successful.