| Class | Description |
|---|---|
| AlbumUpdate | |
| BackdatingPostUpdate | |
| BatchAttachment | |
| BatchRequest | |
| BatchRequests<T extends BatchRequest> | |
| BatchResponseImpl | |
| CheckinUpdate | |
| CommentUpdate | |
| EventUpdate | |
| FacebookAPIMonitor |
Singleton instance of all Twitter API monitoring.
|
| FacebookBaseImpl |
Base class of Facebook supports OAuth.
|
| FacebookFactory |
A factory class for Facebook.
|
| FacebookImpl |
A java representation of the Facebook Graph API
This class is thread safe and can be cached/re-used and used concurrently. Currently this class is not carefully designed to be extended. |
| FeedTargetingParameter | |
| GeoLocation |
A data class representing geo location.
|
| Media | |
| MilestoneUpdate | |
| OfferUpdate | |
| PageCoverUpdate | |
| PagePhotoUpdate | |
| PageSettingUpdate | |
| PageUpdate | |
| PhotoUpdate | |
| PostUpdate | |
| PostUpdate.PostAction | |
| PrivacyBuilder | |
| PrivacyParameter | |
| QuestionUpdate | |
| RawAPIResponseImpl | |
| Reading |
A builder that can construct a Graph API's reading options (selection, paging, dates, introspection).
|
| TabUpdate | |
| TagUpdate | |
| TargetingParameter | |
| Version | |
| VideoUpdate |
| Enum | Description |
|---|---|
| BackdatedTimeGranularity | |
| EventPrivacyType |
An enum represents the visibility of a event
|
| FeedTargetingParameter.Gender | |
| GroupPrivacyType |
An enum represents the privacy setting of a group
|
| Ordering | |
| PictureSize | |
| PrivacyType |
An enum represents the privacy settings.
|
| Summary.SummaryOrder |
| Exception | Description |
|---|---|
| FacebookException |
An exception class that will be thrown when Facebook Graph API calls are failed.
In case the Facebook server returned HTTP error code, you can get the HTTP status code using getStatusCode() method. |