Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookCachedAccessTokenEvent
InheritanceAIRFacebookCachedAccessTokenEvent Inheritance flash.events.Event

Dispatched shortly after Facebook initialization. Listen to this event during Facebook initialization and check the wasLoaded property to see if a cached access token was loaded.



Public Properties
 PropertyDefined By
  wasLoaded : Boolean
Returns true if a cached access token was loaded during initialization, false otherwise.
AIRFacebookCachedAccessTokenEvent
Public Methods
 MethodDefined By
  
AIRFacebookCachedAccessTokenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookCachedAccessTokenEvent
Public Constants
 ConstantDefined By
  RESULT : String = cachedAccessTokenResult
[static]
AIRFacebookCachedAccessTokenEvent
Property Detail
wasLoadedproperty
wasLoaded:Boolean

Returns true if a cached access token was loaded during initialization, false otherwise.


Implementation
    public function get wasLoaded():Boolean
    public function set wasLoaded(value:Boolean):void
Constructor Detail
AIRFacebookCachedAccessTokenEvent()Constructor
public function AIRFacebookCachedAccessTokenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
RESULTConstant
public static const RESULT:String = cachedAccessTokenResult