Package com.restfb.types

Default implementations of Facebook Graph API Objects.

See:
          Description

Class Summary
Album Represents the Album Graph API type.
CategorizedFacebookType Superclass for Graph API types that include a category field.
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.
Link Represents the Link Graph API type.
NamedFacebookType Superclass for Graph API types that include a name field.
Note Represents the Note Graph API type.
Page Represents the Page Graph API type.
Photo Represents the Photo 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 a collection of Comments.
Post.Privacy Represents the Privacy Graph API type.
User Represents the User Graph API type.
User.Education Represents the Education 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 version 1.5.3. Copyright © 2010 Mark Allen. All Rights Reserved.