Packagecom.marpies.ane.facebook.events
Classpublic class AIRFacebookOpenGraphEvent
InheritanceAIRFacebookOpenGraphEvent Inheritance AIRFacebookEvent Inheritance flash.events.Event

Dispatched after a call to any of the methods working with Open Graph. This event provides both raw and parsed responses.



Public Properties
 PropertyDefined By
 InheritederrorMessage : String
Returns a message associated with an error, or null if no error occurred.
AIRFacebookEvent
  jsonResponse : Object
Parsed JSON response.
AIRFacebookOpenGraphEvent
  rawResponse : String
Raw response as it was returned by the native SDK.
AIRFacebookOpenGraphEvent
Public Methods
 MethodDefined By
  
AIRFacebookOpenGraphEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
AIRFacebookOpenGraphEvent
Public Constants
 ConstantDefined By
  REQUEST_RESULT : String = openGraphRequestResult
[static]
AIRFacebookOpenGraphEvent
 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
jsonResponseproperty
jsonResponse:Object

Parsed JSON response. In some cases, this JSON may not contain all the data that is included in the rawResponse.


Implementation
    public function get jsonResponse():Object
    public function set jsonResponse(value:Object):void
rawResponseproperty 
rawResponse:String

Raw response as it was returned by the native SDK.


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



Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant Detail
REQUEST_RESULTConstant
public static const REQUEST_RESULT:String = openGraphRequestResult