Packagecom.facebook.graph.data.ui.stream
Classpublic class StreamPrivacy



Public Properties
 PropertyDefined by
  allow : Array
When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "can" see the post.
StreamPrivacy
  deny : Array
When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "cannot" see the post.
StreamPrivacy
  friends : String
For CUSTOM settings, this indicates which users can see the object.
StreamPrivacy
  networks : Array
For CUSTOM settings, specify a comma-separated list of network IDs that can see the object, or 1 for all of a user's networks.
StreamPrivacy
  value : String
The privacy value for the object, specify one of EVERYONE, CUSTOM, ALL_FRIENDS, NETWORKS_FRIENDS, FRIENDS_OF_FRIENDS.
StreamPrivacy
Public Methods
 MethodDefined by
  
StreamPrivacy
  
toObject():Object
StreamPrivacy
Property detail
allowproperty
public var allow:Array

When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "can" see the post.

denyproperty 
public var deny:Array

When friends is set to SOME_FRIENDS, specify a comma-separated list of user IDs and friend list IDs that "cannot" see the post.

friendsproperty 
public var friends:String

For CUSTOM settings, this indicates which users can see the object. Can be one of EVERYONE, NETWORKS_FRIENDS (when the object can be seen by networks and friends), FRIENDS_OF_FRIENDS, ALL_FRIENDS, SOME_FRIENDS, SELF, or NO_FRIENDS (when the object can be seen by a network only).

networksproperty 
public var networks:Array

For CUSTOM settings, specify a comma-separated list of network IDs that can see the object, or 1 for all of a user's networks.

valueproperty 
public var value:String

The privacy value for the object, specify one of EVERYONE, CUSTOM, ALL_FRIENDS, NETWORKS_FRIENDS, FRIENDS_OF_FRIENDS.

Constructor detail
StreamPrivacy()constructor
public function StreamPrivacy()
Method detail
toObject()method
public function toObject():Object

Returns
Object