Package | com.myflashlab.air.extensions.fb |
Class | public class DefaultAudience |
Inheritance | DefaultAudience Object |
Constant | Defined By | ||
---|---|---|---|
EVERYONE : int = 3 [static]
Indicates that all Facebook users are able to see posts made by the application. | DefaultAudience | ||
FRIENDS : int = 2 [static]
Indicates that the user's friends are able to see posts made by the application. | DefaultAudience | ||
NONE : int = 0 [static]
Represents an invalid default audience value, can be used when only reading. | DefaultAudience | ||
ONLY_ME : int = 1 [static]
Indicates only the user is able to see posts made by the application. | DefaultAudience |
EVERYONE | Constant |
public static const EVERYONE:int = 3
Indicates that all Facebook users are able to see posts made by the application.
FRIENDS | Constant |
public static const FRIENDS:int = 2
Indicates that the user's friends are able to see posts made by the application.
NONE | Constant |
public static const NONE:int = 0
Represents an invalid default audience value, can be used when only reading.
ONLY_ME | Constant |
public static const ONLY_ME:int = 1
Indicates only the user is able to see posts made by the application.