A privacy setting configurable by the current user.

rule
enum

The base rule of this privacy setting.

  • everyone – Everyone has access
  • friends – Only current user’s friends have access
  • friends_of_friends – Only current user’s friends and their friends have access
  • followers – Only current user’s followers have access
  • following – Only users following the current user have access
  • none – 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.