| Class | Description | |
|---|---|---|
| AIRFacebookAppEvent | Defines constants for default Facebook app events. | |
| AIRFacebookBasicUserProfileEvent | Dispatched once the basic user profile becomes available. | |
| AIRFacebookCachedAccessTokenEvent | Dispatched shortly after Facebook initialization. | |
| AIRFacebookCancellableEvent | Internal base class for events which represent cancellable action, e.g. | |
| AIRFacebookDeferredAppLinkEvent | Dispatched after a call to AIRFacebook.fetchDeferredAppLink(). | |
| AIRFacebookEvent | Base class for events, providing an occasional error message. | |
| AIRFacebookExtendedUserProfileEvent | Dispatched after a call to AIRFacebook.requestExtendedUserProfile(). | |
| AIRFacebookGameRequestEvent | Dispatched after a call to AIRFacebook.showGameRequestDialog(). | |
| AIRFacebookGameRequestInvokeEvent | Dispatched once your application is invoked from a Game Request, for example when user tapped a request notification in native Facebook app. | |
| AIRFacebookLoginEvent | Dispatched after a call to either AIRFacebook.loginWithReadPermissions() or AIRFacebook.loginWithPublishPermissions() and after the login process is finished. | |
| AIRFacebookLogoutEvent | Dispatched after a call to AIRFacebook.logout(). | |
| AIRFacebookOpenGraphEvent | Dispatched after a call to any of the methods working with Open Graph. | |
| AIRFacebookShareEvent | Dispatched after a call to any of the sharing methods, including AIRFacebook.showAppInviteDialog(). | |
| AIRFacebookUserFriendsEvent | Dispatched after a call to AIRFacebook.requestUserFriends(). | |
| AIRFacebookUserGameRequestsEvent | Dispatched after a call to AIRFacebook.requestUserGameRequests(). | |
| AIRFacebookUserProfilePictureEvent | Dispatched after a call to AIRFacebook.requestUserProfilePicture() if the parameter autoLoad was set to true. |