See: Description
Interface | Description |
---|---|
AchievementOperations |
Defines operations for working with Facebook achievements.
|
BookActions |
Defines operations for publishing OpenGraph actions pertaining to books.
|
CommentOperations |
Defines operations for reading and posting comments to Facebook.
|
EventOperations |
Defines operations for creating and reading event data as well as RSVP'ing to events on behalf of a user.
|
Interface specifying a basic set of operations for interacting with Facebook.
|
|
FeedOperations |
Interface defining operations that can be performed on a Facebook feed.
|
FitnessActions |
Defines operations for publishing OpenGraph actions pertaining to fitness.
|
FqlResultMapper<T> |
An interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis.
|
FriendOperations |
Defines operations for interacting with a user's friends and friend lists.
|
GeneralActions |
Defines operations for publishing general OpenGraph actions such as "og.likes" and "og.follows".
|
GraphApi |
Defines low-level operations against Facebook's Graph API
|
GroupOperations |
Defines operations for retrieving data about groups and group members.
|
LikeOperations |
Defines operations for working with a user's likes and interests.
|
MediaOperations |
Defines operations for working with albums, photos, and videos.
|
MusicActions |
Defines operations for publishing OpenGraph actions pertaining to listening to music.
|
OpenGraphOperations |
Defines operations for working with Facebook OpenGraph actions.
|
PageOperations |
Interface defining operations that can be performed on a Facebook pages.
|
SocialContextOperations |
API Binding for Facebook social context queries.
|
TestUserOperations | |
UserOperations | |
VideoActions |
Defines operations for publishing OpenGraph actions pertaining to listening to music.
|
Class | Description |
---|---|
Account | |
Achievement |
Model class representing an achievement.
|
Achievement.AchievementData | |
AchievementType |
Model class representing an achievement type.
|
AchievementType.Image | |
Action | |
ActionMetadata | |
Album |
Model class representing a Facebook photo album.
|
ApplicationReference |
Model class representing a reference to an application.
|
Comment |
Model class representing a comment.
|
CountedList<T> | |
CoverPhoto |
Model class representing a user's or a page's cover photo.
|
Currency | |
Device | |
EducationExperience |
Model class representing an entry in a user's education history.
|
Engagement | |
Event |
Model class representing an event.
|
EventInvitee |
Model class representing someone who has been invited to an event.
|
Experience |
Model class representing an experience.
|
FacebookError |
Represents an error returned from a bad Graph API request.
|
FacebookErrors |
A set of constants for all of Facebook's error codes.
|
FacebookLink |
Model class representing a link to be posted to a users Facebook wall.
|
FacebookObject |
Base class for all Facebook types.
|
FamilyMember | |
FqlResult |
Represents a single result item from an FQL query.
|
FriendList | |
Group |
Model class representing a Group.
|
GroupMemberReference |
Model class representing a reference to a group member.
|
GroupMembership | |
ImageSource |
A domain type representing an image source.
|
Invitation |
Model class representing an invitation to an event.
|
ListAndCount<T> |
Contains a list of comments and a count of the total number of comments for a post or checkin.
|
ListenActionMetadata | |
Location |
Model class representing a location of a place that a user may check into in Facebook Places.
|
MailingAddress |
Model class representing a location of a place that a user may check into in Facebook Places.
|
MessageTag | |
Page |
Model class representing a Facebook page.
|
PagedList<T> | |
PageParking | |
PagePaymentOptions | |
PagePostData |
An object that represents a new post to be created.
|
PageRestaurantServices | |
PageRestaurantSpecialties | |
PageUpdate |
An object that captures data used to update a Page.
|
PagingParameters |
Carries parameters to describe a paged set of results.
|
PaymentPricePoint |
Domain type representing a payment price point.
|
PaymentPricePoints |
Domain type carrying lists payment price points.
|
Permission |
Represents a user permission, whether granted or declined.
|
Photo |
Model class representing a photo.
|
Photo.Image | |
Place |
Domain object representing a place.
|
PlaceTag | |
Post |
Model class representing an entry in a feed.
|
Post.AdminCreator | |
Post.Privacy | |
PostData |
An object that represents a new post to be created.
|
PostProperty | |
ProfilePictureSource |
Domain type representing a profile picture.
|
RatingActionMetadata |
Carries metadata related to a rating action (such as rating a book or a movie).
|
Reference |
A simple reference to another Facebook object without the complete set of object data.
|
RestaurantServices | |
SecuritySettings |
Domain type representing security settings.
|
SecuritySettings.SecureBrowsing | |
StoryAttachment |
Domain type that represents an attachment to a story, post, comment, etc.
|
StoryAttachment.StoryAttachmentMedia |
Domain type representing the media of an attachment.
|
StoryAttachment.StoryAttachmentTarget |
Domain type representing the target of an attachment.
|
Tag |
Model class representing a tagged user in a video, photo, or checkin.
|
TestUser | |
User |
Model class containing a Facebook user's profile information.
|
UserIdForApp | |
UserInvitableFriend |
Domain type representing an invitable friend.
|
UserTaggableFriend |
Domain type representing a taggable friend.
|
Video |
Model class representing a video.
|
Video.VideoFormat | |
VideoUploadLimits |
Domain type describing limits on the time length and size of videos that can be uploaded.
|
VoipInfo | |
WatchActionMetadata | |
WorkEntry |
Model class representing an entry in the user's work history.
|
WorkEntry.Project |
Enum | Description |
---|---|
AgeRange |
Enum representing a user's age range.
|
Album.Privacy | |
Album.Type | |
Event.Privacy | |
Group.Privacy | |
ImageType | |
Page.PriceRange | |
Photo.TimeGranularity | |
Post.FriendsPrivacyType | |
Post.PostType | |
Post.PrivacyType | |
Post.StatusType | |
RsvpStatus |
Enumeration of statuses that an invitee may have for an event.
|
Exception | Description |
---|---|
FqlException |
Exception indicating a problem with performing an FQL query.
|
MissingNamespaceException |
Exception indicating that an attempt was made to publish an OpenGraph action without specifying an application namespace.
|
NotAFriendException |
Exception thrown when attempting an operation that requires a target user to be a friend of the authenticated user.
|
PageAdministrationException |
Exception thrown when attempting to perform an operation on a page by a user who is not a page administrator.
|
ResourceOwnershipException |
Exception thrown when attempting to perform operation on a resource that must be owned by the authenticated user,
but is not.
|