The FacebookRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FacebookRequest | DotNetNuke.Services.ClientCapability.FacebookRequest |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsValidSignature | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | Algorithm |
Mechanism used to sign the request
|
![]() | AppData |
Content of a query string parameter also called app_data. Usually specified when the application built the link to pass some data to itself. Only available if your app is an iframe loaded in a Page tab.
|
![]() | Expires |
DateTime when the oauth_token expires
|
![]() | IssuedAt |
DateTime when the request was signed.
|
![]() | IsValid |
Is this a valid FaceBook Request. Check this value prior to accessing any other property
|
![]() | OauthToken |
Token you can pass to the Graph API or the Legacy REST API.
|
![]() | PageId |
Page's Id. Only available if your app is an iframe loaded in a Page tab.
|
![]() | PageLiked |
Has the user has liked the page. Only available if your app is an iframe loaded in a Page tab.
|
![]() | PageUserAdmin |
Is the page user Admin of the page. Only available if your app is an iframe loaded in a Page tab.
|
![]() | ProfileId |
Page ID if your app is loaded within. Only available if your app is written in FBML and loaded in a Page tab.
|
![]() | RawSignedRequest |
Raw signed request coming from FaceBook in Post
|
![]() | UserCountry |
User's country.
|
![]() | UserID |
Facebook user identifier (UID) of the current user.
|
![]() | UserLocale |
User's locale.
|
![]() | UserMaxAge |
User's maximum age range.
|
![]() | UserMinAge |
User's minimum age range.
|