An FQL table which shows whether a user is a member of a friend list.
| Name | Description |
|---|---|
| string | The ID of the friendlist. |
flid_cursor string | A cursor used to paginate through a query that is indexed on the owner |
| id | The user ID of the friend list member. |
To read the friendlist_member table you need
read_friendlists [permissions][1] to query any friendlist that belongs to the current session user.