Package com.restfb.types

Default implementations of Facebook Graph API Objects.

See:
          Description

Class Summary
Account Represents the Account Graph API type.
Album Represents the Album Graph API type.
Application Represents the Application Graph API type.
CategorizedFacebookType Superclass for Graph API types that include a category field.
Checkin Represents the Checkin Graph API type.
Checkin.Place Represents the Place Graph API type.
Checkin.Place.Location Represents the Location Graph API type.
Comment Represents the Comment Graph API type.
Event Represents the Event Graph API type.
FacebookType Base class which encapsulates behavior and properties common to most Graph API types.
FacebookType.Metadata Represents Facebook Object metadata, available by including the metadata=1 URL parameter in an API request.
FacebookType.Metadata.Connections Represents Facebook Object connections metadata, available by including the metadata=1 URL parameter in an API request.
Group Represents the Group Graph API type.
Insight Represents the Insight Graph API type.
Link Represents the Link Graph API type.
Location Represents a location (address and latitude/longitude).
NamedFacebookType Superclass for Graph API types that include a name field and (optionally) a created_time field.
Note Represents the Note Graph API type.
Page Represents the Page Graph API type.
PageConnection Represents a Connection to a Page Graph API type, e.g.
Photo Represents the Photo Graph API type.
Photo.Image Represents the Image Graph API type.
Photo.Tag Represents the Tag Graph API type.
Post Represents the Post Graph API type.
Post.Action Represents the Action Graph API type.
Post.Comments Represents the Comments Graph API type.
Post.Likes Represents the Likes Graph API type
Post.Place Represents the Place Graph API type
Post.Privacy Represents the Privacy Graph API type.
Post.Property Represents the undocumented Property type.
StatusMessage Represents the Status Message Graph API type.
Url  
User Represents the User Graph API type.
User.Education Represents the Education Graph API type.
User.EducationClass Represents the Class Graph API type.
User.Sport Represents the Sport Graph API type.
User.Work Represents the Work Graph API type.
Venue Represents the Venue Graph API type.
Video Represents the Video Graph API type.
 

Package com.restfb.types Description

Default implementations of Facebook Graph API Objects.

These are provided for your convenience. You are free to write your own classes with Facebook-annotated fields and use them instead.

For full documentation and sample code, please see the RestFB website.

Since:
1.5


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.