An FQL table which shows whether two users are linked together as 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 standard_friend_info table you need
access_tokenQueries can be made for the friends list or friendships of any user of the app.