Enables device notifications for updates from the specified user. Returns the specified user when successful.
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> Follow( OAuthTokens tokens, decimal userId )
Public Shared Function Follow ( _ tokens As OAuthTokens, _ userId As Decimal _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- userId (Decimal)
- The user id.
[Missing <returns> documentation for "M:Twitterizer.TwitterNotification.Follow(Twitterizer.OAuthTokens,System.Decimal)"]