Allows the authenticating users to follow the user specified in the userID parameter.
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> Create( OAuthTokens tokens, decimal userId )
Public Shared Function Create ( _ tokens As OAuthTokens, _ userId As Decimal _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- userId (Decimal)
- The user id.
Returns the followed user in the requested format when successful.