[This is preliminary documentation and is subject to change.]
The SocialUserInfo type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| SocialUserInfo | Initializes a new instance of the SocialUserInfo class |
Methods
| Name | Description | |
|---|---|---|
| DeserializeFromString T |
Deserializes instance from string, i.e. from database VARCHAR column
| |
| Equals | (Overrides | |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode | (Overrides | |
| 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.
| |
| 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.
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| PostMessage |
Posts message to social network
| |
| SerializeToString |
Serializes current instance as string, i.e. this may be needed to store the instance in the database VARCHAR column
| |
Returns a string that represents the current object. (Inherited from |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| BirthDate |
Not all social network supports this field
| |
| DebugInfo |
Social network specific debug info (for example, ID)
| |
| DisplayName |
Pseudo-field (no social network has this field. It's composed from other fields in specific way for each network.
| |
Not all social network supports this field
| ||
| FirstName |
Not all social network supports this field
| |
| Gender |
Not all social network supports this field
| |
| ID |
UserID in appropriate social Network
Sample ID's are:
Google+: 100454735382076872928
Facebook: 100007030231661
Twitter: 2227913354
VKontakte: 229735500
Linked In: h2u4-ixYiC
| |
| IssuerNetworkDescription |
Returns the Sociatextual description for the social network instance that issued this user info object
| |
| IssuerNetworkID |
Returns the SocialNetID for the social network instance that issued this user info object
| |
| 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
| |
| LastError |
Stores last exception of operations for this user
| |
| LastName |
Not all social network supports this field
| |
| Locale |
Locale in form "en-gb".
Not all social network supports this field
| |
| LoginState |
Indicates if user currently logged in
| |
| LongTermProviderToken |
Information used to perform social network operations like message post.
Can be ordinal string (e.g. Facebook) or pair of strings (e.g. Twitter)
| |
| MiddleName |
Not all social network supports this field
| |
| PictureLink |
Web link to user profile picture ().
Not all social network supports this field
| |
| TimezoneOffset |
UTC offset in seconds.
Not all social network supports this field
| |
| Token |
Returns a vector of Network-provided params that can be used to reconstruct SocialUserInfo object
|
See Also