A privacy setting configurable by the current user.
rule
enum
The base rule of this privacy setting.
everyone– Everyone has accessfriends– Only current user’s friends have accessfriends_of_friends– Only current user’s friends and their friends have accessfollowers– Only current user’s followers have accessfollowing– Only users following the current user have accessnone– No one has access
allow_users
array
of integers
Identifiers of the current user’s friends who have access even if the base rule would not allow it.
allow_lists
array
of integers
Identifiers of the current user’s friend lists whose members have access even if the base rule would not allow it.
except_users
array
of integers
Identifiers of the current user’s friends who do not have access even if the base rule would allow it.
except_lists
array
of integers
Identifiers of the current user’s friend lists whose members do not have access even if the base rule would allow it.