No namespace
BaseFacebook | Provides access to the Facebook Platform. This class provides a majority of the functionality needed, but the class is abstract because it is designed to be sub-classed. The subclass must implement the four abstract methods listed at the bottom of the file. |
Extends the BaseFacebook class with the intent of using PHP sessions to store user ids and access tokens. |
FacebookApiException | Thrown when an API call returns an exception. |