| Package | com.marpies.ane.facebook.listeners |
| Interface | public interface IAIRFacebookOpenGraphListener |
| Method | Defined 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 | ||
| onFacebookOpenGraphError | () | method |
public function onFacebookOpenGraphError(errorMessage:String):voidCalled 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):voidCalled 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.
|