Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com
| C# | Visual Basic |
public static TwitterResponse<TwitterUser> UpdateProfileColors( OAuthTokens tokens, UpdateProfileColorsOptions options )
Public Shared Function UpdateProfileColors ( _ tokens As OAuthTokens, _ options As UpdateProfileColorsOptions _ ) As TwitterResponse(Of TwitterUser)
- tokens (OAuthTokens)
- The tokens.
- options (UpdateProfileColorsOptions)
- The options.
The user, with updated data, as a TwitterUser