An FQL table that can be used to return a list of a user's friends or to show whether two users are friends.
| Name | Description |
|---|---|
| numeric string | The user ID of the first user in a particular friendship link. |
| numeric string | The user ID of the second user in a particular friendship link. |
To read the friend table you need
access_token to retrieve friends of the current session userThis is the only user that this table can be queried for, the friends of friends cannot be retrieved.