Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AbstractFacebook
com.facebook.graph.core Base class for communicating with Facebook.
 AbstractFacebookRequest
com.facebook.graph.net Base class used when making requests to the graph API.
 AbstractWindow
com.facebook.graph.windows Defines the base class used for displaying Facebook windows.
 Batch
com.facebook.graph.data Helper class used to format batch API requests.
 BatchItem
com.facebook.graph.data Represents a single API request to be used in a Batch operation
 Distractor
com.facebook.graph.controls Creates an animated distractor that matches what Facebook uses.
 Facebook
com.facebook.graph Main class to connect to Facebook Graph API services.
 FacebookAuthResponse
com.facebook.graph.data VO to hold information about the current logged in user and their auth response.
 FacebookBatchRequest
com.facebook.graph.net Formats and sends off a batch request to facebook
 FacebookDataUtils
com.facebook.graph.utils Utility class used to parse Facebook data into corresponding ActionScript types.
 FacebookDesktop
com.facebook.graph For use in AIR, to access the Facebook Graph API from the desktop.
 FacebookJSBridge
com.facebook.graph.core Class that wraps javascript code for communicating with Facebook Javascript SDK.
 FacebookLimits
com.facebook.graph.core Facebook imposes certain limits on there APIs, to allow for customization those values are listed here.
 FacebookMobile
com.facebook.graph For use in Mobile, to access the Facebook Graph API from the Mobile phone.
 FacebookRequest
com.facebook.graph.net Main class to send requests to the Facebook API.
 FacebookSession
com.facebook.graph.data VO to hold information about the current logged in user and their session.
 FacebookURLDefaults
com.facebook.graph.core Constant class that stores all URLs used when communicating with Facebook.
 FQLMultiQuery
com.facebook.graph.data VO to hold multiple queries for use in Facebook.fqlMultiQuery
 FQLMultiQueryParser
com.facebook.graph.utils Util to parse the data returned in fql.multiquery into object of name-value pairs
 IResultParser
com.facebook.graph.utils 
 LoginWindow
com.facebook.graph.windows Displays a new NativeWindow that allows the current user to login to Facebook.
 MobileLoginWindow
com.facebook.graph.windows Displays a new NativeWindow that allows the current user to login to Facebook.
 PostRequest
com.facebook.graph.utils Formats a file upload request.