The FacebookRequest type exposes the following members.
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.
|