[This is preliminary documentation and is subject to change.]
The VKontakteSocialUserInfo type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| VKontakteSocialUserInfo | Initializes a new instance of the VKontakteSocialUserInfo class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from SocialUserInfo.) | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Inherited from SocialUserInfo.) | |
| GetPicture(String) |
Returns user profile image or null if no image available.
Picture kind specifies classification of pictures within profile i.e. "main", "small-icon" etc.
(Inherited from SocialUserInfo.) | |
| GetPicture(String , String) |
Returns user profile image or null if no image available.
Picture kind specifies classification of pictures within profile i.e. "main", "small-icon" etc.
(Inherited from SocialUserInfo.) | |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PostMessage |
Posts message to social network
(Inherited from SocialUserInfo.) | |
| SerializeToString |
Serializes current instance as string, i.e. this may be needed to store the instance in the database VARCHAR column
(Inherited from SocialUserInfo.) | |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| AccessToken |
Token to perform VKontakte operations like post
| |
| BirthDate |
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| DebugInfo | (Overrides SocialUserInfo DebugInfo.) | |
| DisplayName | (Overrides SocialUserInfo DisplayName.) | |
Not all social network supports this field
(Inherited from SocialUserInfo.) | ||
| FirstName |
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| Gender |
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| ID |
UserID in appropriate social Network
Sample ID's are:
Google+: 100454735382076872928
Facebook: 100007030231661
Twitter: 2227913354
VKontakte: 229735500
Linked In: h2u4-ixYiC
(Inherited from SocialUserInfo.) | |
| IssuerNetworkDescription |
Returns the Sociatextual description for the social network instance that issued this user info object
(Inherited from SocialUserInfo.) | |
| IssuerNetworkID |
Returns the SocialNetID for the social network instance that issued this user info object
(Inherited from SocialUserInfo.) | |
| IssuerNetworkName |
Returns the name of the network that issued this info, i.e "FacebookOld".
DO NOT confuse it with network ID. One can obtain netID by getting IssuerSocialNetworkID
(Inherited from SocialUserInfo.) | |
| LastError |
Stores last exception of operations for this user
(Inherited from SocialUserInfo.) | |
| LastName |
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| Locale |
Locale in form "en-gb".
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| LoginState |
Indicates if user currently logged in
(Inherited from SocialUserInfo.) | |
| LongTermProviderToken | (Overrides SocialUserInfo LongTermProviderToken.) | |
| MiddleName |
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| Nickname |
VKontakte nickname field
| |
| Photo |
VKontakte nickname field
| |
| PictureLink |
Web link to user profile picture ().
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| TimezoneOffset |
UTC offset in seconds.
Not all social network supports this field
(Inherited from SocialUserInfo.) | |
| Token |
Returns a vector of Network-provided params that can be used to reconstruct SocialUserInfo object
(Inherited from SocialUserInfo.) |
See Also