Provides methods to request and modify details of an authorized user's account details.
| C# | Visual Basic |
public static class TwitterAccount
Public NotInheritable Class TwitterAccount
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| UpdateProfile(OAuthTokens, UpdateProfileOptions) | ||
| UpdateProfileColors(OAuthTokens, UpdateProfileColorsOptions) |
Sets one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com
| |
| UpdateProfileImage(OAuthTokens, TwitterImage, OptionalProperties) |
Updates the authenticating user's profile image.
| |
| UpdateProfileImage(OAuthTokens, TwitterImage) |
Updates the authenticating user's profile image.
| |
| VerifyCredentials(OAuthTokens, VerifyCredentialsOptions) |
Verifies the user's credentials.
| |
| VerifyCredentials(OAuthTokens) |
Verifies the user's credentials.
|
| Object | |
| TwitterAccount | |