FQL:friend
From Facebook Developer Wiki (FbDevWiki.com)
Query this table to determine whether two users are linked together as friends.
Columns
Highlighted rows are indexable / searchable and one is usually required in the WHERE portion of the query.
Name | Type | Description |
---|---|---|
uid1 | int | The user ID of the first user in the pair being queried. |
uid2 | int | The user ID of the second user in the pair being queried. |