A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
object — Property, class com.marpies.ane.facebook.data.AIRFacebookGameRequest
Returns Object (JSON) containing information about the object that was either sent or asked for by the sender of the request, or null if the field object was not specified in the call making the request or the object field is not supported for this actionType.
onFacebookAppInviteCancel() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookAppInviteListener
Called if the invitation dialog is cancelled.
onFacebookAppInviteError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookAppInviteListener
Called if an error occurs during the invitation process.
onFacebookAppInviteSuccess() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookAppInviteListener
Called if the invitation is sent successfully.
onFacebookBasicUserProfileReady(user:com.marpies.ane.facebook.data:BasicUserProfile) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookBasicUserProfileListener
Called once the basic user profile is ready.
onFacebookCachedAccessTokenLoaded() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookCachedAccessTokenListener
Called if a cached access token was loaded.
onFacebookCachedAccessTokenNotLoaded() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookCachedAccessTokenListener
Called if a cached access token was not loaded.
onFacebookDeferredAppLinkError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookDeferredAppLinkListener
Called if an error occurred during the process.
onFacebookDeferredAppLinkNotFound() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookDeferredAppLinkListener
Called if a deferred app link was not found on the server.
onFacebookDeferredAppLinkSuccess(targetURL:String, parameters:Vector$com.marpies.ane.facebook.data:AIRFacebookLinkParameter) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookDeferredAppLinkListener
Called if a deferred app link was fetched successfully from the server.
onFacebookExtendedUserProfileError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookExtendedUserProfileListener
Called if an error occurred during the request.
onFacebookExtendedUserProfileSuccess(user:com.marpies.ane.facebook.data:ExtendedUserProfile) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookExtendedUserProfileListener
Called if an extended user profile was successfully retrieved.
onFacebookGameRequestCancel() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookGameRequestListener
Called if a Game Request dialog is cancelled.
onFacebookGameRequestError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookGameRequestListener
Called if an error occurs during the Game Request process.
onFacebookGameRequestInvoke(requestIDs:Vector$String, URLVars:flash.net:URLVariables, arguments:Array, fullURL:String, reason:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookGameRequestInvokeListener
Called when your application is invoked from a Game Request notification.
onFacebookGameRequestSuccess(requestID:String, recipients:Vector$String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookGameRequestListener
Called if a Game Request is sent successfully.
onFacebookLoginCancel() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLoginListener
Called if the login is cancelled.
onFacebookLoginError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLoginListener
Called if an error occurs during the login process.
onFacebookLoginSuccess(deniedPermissions:Vector$String, grantedPermissions:Vector$String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLoginListener
Called if the login is successful.
onFacebookLogoutCancel() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLogoutListener
Called if the logout is cancelled.
onFacebookLogoutError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLogoutListener
Called if an error occurs during the logout process.
onFacebookLogoutSuccess() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookLogoutListener
Called if the logout is successful.
onFacebookOpenGraphError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookOpenGraphListener
Called if an error occurs during the Open Graph request.
onFacebookOpenGraphSuccess(jsonResponse:Object, rawResponse:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookOpenGraphListener
Called if the Open Graph request is successful.
onFacebookSDKInitialized() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookSDKInitListener
Called once Facebook SDK finishes initialization, at which point it is safe to use the rest of the API.
onFacebookShareCancel() — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookShareListener
Called if the sharing dialog is cancelled.
onFacebookShareError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookShareListener
Called if an error occurs during the sharing process.
onFacebookShareSuccess(postID:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookShareListener
Called if the sharing is successful.
onFacebookUserFriendsError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserFriendsListener
Called if an error occurs during the user friends request.
onFacebookUserFriendsSuccess(friends:Vector$com.marpies.ane.facebook.data:ExtendedUserProfile) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserFriendsListener
Called if the user friends request is successful.
onFacebookUserGameRequestsError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserGameRequestsListener
Called if an error occurs during the user Game Requests request.
onFacebookUserGameRequestsSuccess(gameRequests:Vector$com.marpies.ane.facebook.data:AIRFacebookGameRequest) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserGameRequestsListener
Called if the user Game Requests request is successful.
onFacebookUserProfilePictureError(errorMessage:String) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserProfilePictureListener
Called if an error occurs during the loading process.
onFacebookUserProfilePictureSuccess(picture:flash.display:Bitmap) — method, interface com.marpies.ane.facebook.listeners.IAIRFacebookUserProfilePictureListener
Called if the picture is loaded successfully.
openGraph — Property, interface com.marpies.ane.facebook.IAIRFacebook
Returns object that provides Facebook Open Graph API.
openGraphStory(actionType:String, objectType:String, title:String, image:Object, objectProperties:Object, listener:com.marpies.ane.facebook.listeners:IAIRFacebookShareListener) — method, interface com.marpies.ane.facebook.share.IAIRFacebookShare
Opens up web dialog or native Facebook app to share an Open Graph story.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z