Packagecom.myflashlab.air.extensions.fb
Classpublic class DefaultAudience
InheritanceDefaultAudience Inheritance Object

Certain operations such as publishing a status or publishing a photo require an audience. When the user grants an application permission to perform a publish operation, a default audience is selected as the publication ceiling for the application. This enumerated value allows the application to select which audience to ask the user to grant publish permission for.



Public Constants
 ConstantDefined 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
Constant Detail
EVERYONEConstant
public static const EVERYONE:int = 3

Indicates that all Facebook users are able to see posts made by the application.

FRIENDSConstant 
public static const FRIENDS:int = 2

Indicates that the user's friends are able to see posts made by the application.

NONEConstant 
public static const NONE:int = 0

Represents an invalid default audience value, can be used when only reading.

ONLY_MEConstant 
public static const ONLY_ME:int = 1

Indicates only the user is able to see posts made by the application.