The FacebookRequest type exposes the following members.

Constructors

  NameDescription
Public methodFacebookRequest
DotNetNuke.Services.ClientCapability.FacebookRequest

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValidSignature
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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

  NameDescription
Public propertyAlgorithm
Mechanism used to sign the request
Public propertyAppData
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.
Public propertyExpires
DateTime when the oauth_token expires
Public propertyIssuedAt
DateTime when the request was signed.
Public propertyIsValid
Is this a valid FaceBook Request. Check this value prior to accessing any other property
Public propertyOauthToken
Token you can pass to the Graph API or the Legacy REST API.
Public propertyPageId
Page's Id. Only available if your app is an iframe loaded in a Page tab.
Public propertyPageLiked
Has the user has liked the page. Only available if your app is an iframe loaded in a Page tab.
Public propertyPageUserAdmin
Is the page user Admin of the page. Only available if your app is an iframe loaded in a Page tab.
Public propertyProfileId
Page ID if your app is loaded within. Only available if your app is written in FBML and loaded in a Page tab.
Public propertyRawSignedRequest
Raw signed request coming from FaceBook in Post
Public propertyUserCountry
User's country.
Public propertyUserID
Facebook user identifier (UID) of the current user.
Public propertyUserLocale
User's locale.
Public propertyUserMaxAge
User's maximum age range.
Public propertyUserMinAge
User's minimum age range.

See Also