Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookExtendedUserProfileEvent
InheritanceAIRFacebookExtendedUserProfileEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to AIRFacebook.requestExtendedUserProfile().



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  extendedUserProfile : ExtendedUserProfile
Returns an extended user profile as a result of the request.
AIRFacebookExtendedUserProfileEvent
Public Methods
 MethodDefined By
  
AIRFacebookExtendedUserProfileEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookExtendedUserProfileEvent
Public Constants
 ConstantDefined By
  PROFILE_LOADED : String = profileLoaded
[static]
AIRFacebookExtendedUserProfileEvent
 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
extendedUserProfileproperty
extendedUserProfile:ExtendedUserProfile

Returns an extended user profile as a result of the request.


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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
PROFILE_LOADEDConstant
public static const PROFILE_LOADED:String = profileLoaded