Packagecom.marpies.ane.facebook.listeners
Interfacepublic interface IAIRFacebookOpenGraphListener

Interface for objects that want to be notified about an Open Graph request result.



Public Methods
 MethodDefined By
  
onFacebookOpenGraphError(errorMessage:String):void
Called if an error occurs during the Open Graph request.
IAIRFacebookOpenGraphListener
  
onFacebookOpenGraphSuccess(jsonResponse:Object, rawResponse:String):void
Called if the Open Graph request is successful.
IAIRFacebookOpenGraphListener
Method Detail
onFacebookOpenGraphError()method
public function onFacebookOpenGraphError(errorMessage:String):void

Called if an error occurs during the Open Graph request.

Parameters

errorMessage:String — Message describing the error.

onFacebookOpenGraphSuccess()method 
public function onFacebookOpenGraphSuccess(jsonResponse:Object, rawResponse:String):void

Called if the Open Graph request is successful.

Parameters

jsonResponse:Object — Parsed JSON response. In some cases, this JSON may not contain all the data that is included in the rawResponse.
 
rawResponse:String — Raw response as it was returned by the native SDK.