An FQL table that can be used to return a user's privacy setting for a video, note, link, photo, or photo album that they published.
| Name | Description |
|---|---|
allow string | The UIDs of the specific users or the IDs of friendlists that can see the object (as a comma-separated string). |
deny string | The UIDs of the specific users or the IDs of friendlists that cannot see the object (as a comma-separated string). |
description string | A description of the privacy settings. For custom settings, it can contain names of users, networks, and friend lists. |
friends string | Which users can see the object. Can be one of: EVERYONE, FRIENDS_OF_FRIENDS, ALL_FRIENDS, SOME_FRIENDS, SELF, NO_FRIENDS |
| id | The ID of any video, note, link, photo, or photo album published by the current session user. |
networks string | The ID of the network that can see the object, or ALL_NETWORKS for all of the user's networks. |
| id | id is an alias of this column. |
owner_id id | The ID of the user who owns the object. |
value string | The privacy value for the object, one of: EVERYONE, CUSTOM, ALL_FRIENDS, FRIENDS_OF_FRIENDS |
To read the privacy table you need
access_token to retrieve for all valid objects published by the current session user