Package facebook4j

Interface Summary
Account  
Achievement  
Achievement.AchievedObject  
Activity  
Admin  
Album  
Application  
Book  
Category  
Checkin  
Comment  
Cover  
Domain  
Event  
Facebook  
FacebookBase  
FacebookResponse Super interface of Facebook Response data interfaces
FacebookResponse.Metadata An interface represents introspection of objects.
FacebookResponse.Metadata.Connections  
Family  
Friend  
Friendlist  
FriendRequest  
Game  
Group  
GroupDoc  
GroupMember  
IdName  
IdNameEntity A data interface representing a simple id name pair.
InboxResponseList<T>  
InboxResponseList.Summary  
Insight  
Insight.Value  
Insight.Value.Entry  
Interest  
Like  
Link  
Location  
Message  
Milestone  
Movie  
Music  
Note  
Notification  
Notification.TargetObject  
Offer  
PagableList<T>  
Page  
PageSetting  
Paging<T>  
Paging.Cursors  
Permission  
Photo  
Photo.Image  
Picture  
Place  
Place.Location  
Poke  
Post  
Post.Action  
Post.Property  
Privacy  
Question  
Question.Option  
QuestionVotes  
ResponseList<T>  
RSVPStatus  
Score  
Subscribedto  
Subscriber  
Tab  
Tag  
Tagged  
Targeting  
Television  
TestUser  
User  
User.Education  
User.EducationClass  
User.VideoUploadLimits  
User.Work  
Venue  
Video  
Video.Format  
 

Class Summary
AlbumUpdate  
BackdatingPostUpdate  
CheckinUpdate  
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  
Reading A builder that can construct a Graph API's reading options (selection, paging, dates, introspection).
TabUpdate  
TagUpdate  
TargetingParameter  
Version  
VideoUpdate  
 

Enum Summary
BackdatedTimeGranularity  
EventPrivacyType An enum represents the visibility of a event
FeedTargetingParameter.Gender  
GroupPrivacyType An enum represents the privacy setting of a group
PictureSize  
PrivacyType An enum represents the privacy settings.
 

Exception Summary
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.