Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookLoginEvent
InheritanceAIRFacebookLoginEvent Inheritance AIRFacebookCancellableEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to either AIRFacebook.loginWithReadPermissions() or AIRFacebook.loginWithPublishPermissions() and after the login process is finished.



Public Properties
 PropertyDefined By
  deniedPermissions : Vector.<String>
List of permissions that were denied by the user during this login attempt.
AIRFacebookLoginEvent
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  grantedPermissions : Vector.<String>
List of permissions that were granted by the user during this login attempt.
AIRFacebookLoginEvent
 InheritedwasCancelled : Boolean
Returns true if the action represented by the event was cancelled, false otherwise.
AIRFacebookCancellableEvent
Public Methods
 MethodDefined By
  
AIRFacebookLoginEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookLoginEvent
Public Constants
 ConstantDefined By
  LOGIN_RESULT : String = loginResult
[static]
AIRFacebookLoginEvent
 InheritedSDK_INIT : String = sdkInit
[static] Dispatched shortly after a call to AIRFacebook.init(), at which point the Facebook SDK is fully initialized and it is safe to use the rest of the API.
AIRFacebookEvent
Property Detail
deniedPermissionsproperty
deniedPermissions:Vector.<String>

List of permissions that were denied by the user during this login attempt.


Implementation
    public function get deniedPermissions():Vector.<String>
    public function set deniedPermissions(value:Vector.<String>):void
grantedPermissionsproperty 
grantedPermissions:Vector.<String>

List of permissions that were granted by the user during this login attempt.


Implementation
    public function get grantedPermissions():Vector.<String>
    public function set grantedPermissions(value:Vector.<String>):void
Constructor Detail
AIRFacebookLoginEvent()Constructor
public function AIRFacebookLoginEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
LOGIN_RESULTConstant
public static const LOGIN_RESULT:String = loginResult