An FQL table which shows the pending friend requests sent by or to the current session user.
| Name | Description |
|---|---|
is_hidden bool | Returns true if the user has hidden the friend request. Only available if the uid_to parameter is set to the logged-in user |
message string | An optional message sent by the user with the friend request. |
time number | A UNIX timestamp indicating when the friend request was sent. |
uid_from numeric string | The ID of the user making the friend request. |
| numeric string | The ID of the user receiving the friend request. |
unread (null) or (bool) | Returns true if the user has not yet seen the friend request. Only available if the uid_to parameter is set to the logged-in user |
To read the friend_request table you need:
read_requests [permissions][1] for any friend requests that are sent by or to the current session user.