An FQL table which returns any friend lists created by the current session user.
| Name | Description |
|---|---|
count unsigned int32 | The number of members in the friendlist that the flid specifies |
| string | The ID of the friend list. Note: This is only indexable for friend lists belonging to the current session user |
name string | The name of the friend list. |
| id | The ID of the user who created the friend list. |
owner_cursor string | A cursor used to paginate through a query that is index on the owner |
| string | The type of the friends list; Possible values are: close_friends, acquaintances, restricted,user_created, education, work, current_city or family. |
To read the friendlist table you need
read_friendlists [permissions][1] to query any friend list that belongs to the current session user.