An FQL table containing the requests sent via an app to a user.
| Name | Description |
|---|---|
| number | The ID of the app used to send the request. Note when indexing by app_id, you must also specify the recipient_uid. |
created_time number | UNIX timestamp that indicates when the request was sent |
data string | Optional data passed with the request for tracking purposes |
message string | The message included with the request |
| (number) or (StartNowHID) | The ID of the user who received the request. Note when indexing by recipient_uid, you must also specify the app_id. |
| (number) or (string) | The ID of an individual request |
sender_uid (number) or (StartNowHID) | The ID of the user who sent the request. This may be empty or not present for app-to-user requests made with the Graph API. |
To read the apprequest table you need:
access_token to retrieve a particular request sent to the current session user