The FacebookRequest type exposes the following members.

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