Updates the current user's privacy settings.
Any settings not specified remain unchanged.
This method requires the following permissions: account.
Parameters
settings
array
of objects
Regular privacy settings as a JSON array.
key
string
The key as returned by account.getPrivacySettings.
setting
privacy setting
Privacy setting itself.
feed_types
string
Which updates show up in followers" news feeds, comma-separated string:
all— all updates, all other values are ignored if this is specifiednoneor an empty string — no updates, all other values are ignored if this is specifiedphoto– new photos added to albumsphoto_tag– new photo tagsfriend– new friendsgroup– groups joined or createdevent– events joined or createdboard– new discussion board topics in groupsrelation– relationship status changes
Result
Returns true on success.