Spring Social Facebook
A C D E F G H I L M N O P R S T U V W

A

acceptInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Accepts an invitation to an event.
Account - Class in org.springframework.social.facebook.api
 
Account(String, String, String, String) - Constructor for class org.springframework.social.facebook.api.Account
 
addComment(String, String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Posts a comment on an object on behalf of the authenticated user.
addToFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Adds a friend to a friend list.
Album - Class in org.springframework.social.facebook.api
Model class representing a Facebook photo album.
Album.Privacy - Enum in org.springframework.social.facebook.api
 
Album.Type - Enum in org.springframework.social.facebook.api
 

C

canPost() - Method in class org.springframework.social.facebook.api.Page
Indicates whether or not the authenticated user can post on this page.
Checkin - Class in org.springframework.social.facebook.api
Model class representing a user checkin on Facebook Places.
checkin(String, double, double) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Checks the authenticated user into the specified location.
checkin(String, double, double, String, String...) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Checks the authenticated user into the specified location.
checkinId() - Method in class org.springframework.social.facebook.api.CheckinPost
 
CheckinPost - Class in org.springframework.social.facebook.api
Model class representing a feed Post to announce a Checkin on a user's wall.
CheckinPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.CheckinPost
 
Comment - Class in org.springframework.social.facebook.api
Model class representing a comment.
Comment(String, Reference, String, Date) - Constructor for class org.springframework.social.facebook.api.Comment
Constructs a Comment object.
CommentOperations - Interface in org.springframework.social.facebook.api
Defines operations for reading and posting comments to Facebook.
commentOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for reading and posting comments.
commentOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
configureRestTemplate(RestTemplate) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
CoverPhoto - Class in org.springframework.social.facebook.api
Model class representing a user's or a page's cover photo.
CoverPhoto(String, String, int, int) - Constructor for class org.springframework.social.facebook.api.CoverPhoto
 
createAlbum(String, String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Creates a new photo album.
createEvent(String, String, String) - Method in interface org.springframework.social.facebook.api.EventOperations
Creates an event.
createFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Creates a new friend list for the authenticated user.
createFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Creates a new friend list.
createRestTemplate() - Method in class org.springframework.social.facebook.connect.FacebookOAuth2Template
 

D

declineInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Declines an invitation to an event.
delete(String) - Method in interface org.springframework.social.facebook.api.GraphApi
Deletes an object.
delete(String, String) - Method in interface org.springframework.social.facebook.api.GraphApi
Deletes an object connection.
delete(String) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
delete(String, String) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
deleteComment(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Deletes a comment.
deleteEvent(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Deletes an event.
deleteFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Deletes a friend list.
deletePost(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Deletes a post.
doEndTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 
doStartTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 

E

EducationEntry - Class in org.springframework.social.facebook.api
Model class representing an entry in a user's education history.
EducationEntry(Reference, Reference, List<Reference>, String) - Constructor for class org.springframework.social.facebook.api.EducationEntry
 
Event - Class in org.springframework.social.facebook.api
Model class representing an event.
Event(String, String, Reference, Event.Privacy, Date, Date, Date) - Constructor for class org.springframework.social.facebook.api.Event
 
Event.Privacy - Enum in org.springframework.social.facebook.api
 
EventInvitee - Class in org.springframework.social.facebook.api
Model class representing someone who has been invited to an event.
EventInvitee(String, String, RsvpStatus) - Constructor for class org.springframework.social.facebook.api.EventInvitee
 
EventOperations - Interface in org.springframework.social.facebook.api
Defines operations for creating and reading event data as well as RSVP'ing to events on behalf of a user.
eventOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations on events.
eventOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

F

Facebook - Interface in org.springframework.social.facebook.api
Interface specifying a basic set of operations for interacting with Facebook.
FacebookAdapter - Class in org.springframework.social.facebook.connect
Facebook ApiAdapter implementation.
FacebookAdapter() - Constructor for class org.springframework.social.facebook.connect.FacebookAdapter
 
FacebookConnectionFactory - Class in org.springframework.social.facebook.connect
Facebook ConnectionFactory implementation.
FacebookConnectionFactory(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookConnectionFactory
 
FacebookCookieParser - Class in org.springframework.social.facebook.web
Helper class that helps extract data from a Facebook cookie.
FacebookCookieValue - Annotation Type in org.springframework.social.facebook.web
Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to a value from the Facebook cookie written when the user signed in with Facebook.
FacebookInitTag - Class in org.springframework.social.facebook.web
JSP Tag for initializing Facebook's JavaScript API.
FacebookInitTag() - Constructor for class org.springframework.social.facebook.web.FacebookInitTag
 
FacebookLink - Class in org.springframework.social.facebook.api
Model class representing a link to be posted to a users Facebook wall.
FacebookLink(String, String, String, String) - Constructor for class org.springframework.social.facebook.api.FacebookLink
Creates a FacebookLink.
FacebookModule - Class in org.springframework.social.facebook.api.impl.json
Jackson module for setting up mixin annotations on Facebook model types.
FacebookModule() - Constructor for class org.springframework.social.facebook.api.impl.json.FacebookModule
 
FacebookOAuth2Template - Class in org.springframework.social.facebook.connect
Facebook-specific extension of OAuth2Template to use a RestTemplate that recognizes form-encoded responses as "text/plain".
FacebookOAuth2Template(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookOAuth2Template
 
FacebookProfile - Class in org.springframework.social.facebook.api
Model class containing a Facebook user's profile information.
FacebookProfile(String, String, String, String, String, String, Locale) - Constructor for class org.springframework.social.facebook.api.FacebookProfile
 
FacebookServiceProvider - Class in org.springframework.social.facebook.connect
Facebook ServiceProvider implementation.
FacebookServiceProvider(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookServiceProvider
 
FacebookTemplate - Class in org.springframework.social.facebook.api.impl
This is the central class for interacting with Facebook.
FacebookTemplate() - Constructor for class org.springframework.social.facebook.api.impl.FacebookTemplate
Create a new instance of FacebookTemplate.
FacebookTemplate(String) - Constructor for class org.springframework.social.facebook.api.impl.FacebookTemplate
Create a new instance of FacebookTemplate.
FacebookWebArgumentResolver - Class in org.springframework.social.facebook.web
Web argument resolver that resolves arguments annotated with FacebookCookieValue.
FacebookWebArgumentResolver(String, String) - Constructor for class org.springframework.social.facebook.web.FacebookWebArgumentResolver
Construct a FacebookWebArgumentResolver given the Facebook app id and secret.
feedOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations on feeds.
FeedOperations - Interface in org.springframework.social.facebook.api
Interface defining operations that can be performed on a Facebook feed.
feedOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchConnections(String, String, Class<T>, String...) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches connections, extracting them into a collection of the given Java type Requires appropriate permission to fetch the object connection.
fetchConnections(String, String, Class<T>, MultiValueMap<String, String>) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches connections, extracting them into a collection of the given Java type Requires appropriate permission to fetch the object connection.
fetchConnections(String, String, Class<T>, String...) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchConnections(String, String, Class<T>, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchImage(String, String, ImageType) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches an image as an array of bytes.
fetchImage(String, String, ImageType) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchObject(String, Class<T>) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches an object, extracting it into the given Java type Requires appropriate permission to fetch the object.
fetchObject(String, Class<T>, MultiValueMap<String, String>) - Method in interface org.springframework.social.facebook.api.GraphApi
Fetches an object, extracting it into the given Java type Requires appropriate permission to fetch the object.
fetchObject(String, Class<T>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchObject(String, Class<T>, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
fetchUserProfile(Facebook) - Method in class org.springframework.social.facebook.connect.FacebookAdapter
 
friendOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations with a user's set of friends.
FriendOperations - Interface in org.springframework.social.facebook.api
Defines operations for interacting with a user's friends and friend lists.
friendOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

G

getAbout() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's brief about blurb.
getAbout() - Method in class org.springframework.social.facebook.api.Page
 
getAccessToken() - Method in class org.springframework.social.facebook.api.Account
 
getAccounts() - Method in interface org.springframework.social.facebook.api.PageOperations
Retrieves a list of Account objects for the pages that the authenticated user is an administrator.
getActivities() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of activities that the authenticated user likes.
getActivities(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of activities that the given user likes.
getAffiliation() - Method in class org.springframework.social.facebook.api.Page
 
getAlbum(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves data for a specific album.
getAlbumImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves an album's image as an array of bytes.
getAlbumImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves an album's image as an array of bytes.
getAlbumImage() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list.
getAlbums() - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to the authenticated user.
getAlbums(int, int) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to the authenticated user.
getAlbums(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to a specific owner (user, page, etc).
getAlbums(String, int, int) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to a specific owner (user, page, etc).
getApi(String) - Method in class org.springframework.social.facebook.connect.FacebookServiceProvider
 
getApplication() - Method in class org.springframework.social.facebook.api.Checkin
 
getApplication() - Method in class org.springframework.social.facebook.api.Post
 
getAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have accepted the invitation.
getBio() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's bio.
getBirthday() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's birthday.
getBookmarkOrder() - Method in class org.springframework.social.facebook.api.GroupMembership
The position of the group in the user's group bookmarks (or 999999999 if not positioned)
getBooks() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the authenticated user likes.
getBooks(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the given user has liked.
getCaption() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getCaption() - Method in class org.springframework.social.facebook.api.Post
 
getCategory() - Method in class org.springframework.social.facebook.api.Account
 
getCategory() - Method in class org.springframework.social.facebook.api.Page
 
getCheckin(String) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves details for a single checkin.
getCheckins() - Method in class org.springframework.social.facebook.api.Page
 
getCheckins() - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of up to 25 recent checkins for the authenticated user.
getCheckins(int, int) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of checkins for the authenticated user.
getCheckins(String) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of up to 25 recent checkins for the specified object.
getCheckins(String, int, int) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Retrieves a list of checkins for the specified object.
getCity() - Method in class org.springframework.social.facebook.api.Location
 
getComment(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieves a single comment
getComments() - Method in class org.springframework.social.facebook.api.Checkin
 
getComments(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieves the first 25 comments for a given object.
getComments(String, int, int) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieves comments for a given object.
getComments() - Method in class org.springframework.social.facebook.api.Post
The most recent comments for the post.
getCompanyOverview() - Method in class org.springframework.social.facebook.api.Page
 
getConcentration() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getCount() - Method in class org.springframework.social.facebook.api.Album
 
getCount() - Method in class org.springframework.social.facebook.api.ListAndCount
 
getCountry() - Method in class org.springframework.social.facebook.api.Location
 
getCover() - Method in class org.springframework.social.facebook.api.Page
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Album
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Checkin
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Comment
The time the comment was created.
getCreatedTime() - Method in class org.springframework.social.facebook.api.Photo
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Post
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Tag
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.Video
 
getDeclined(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have declined the invitation.
getDescription() - Method in class org.springframework.social.facebook.api.Album
 
getDescription() - Method in class org.springframework.social.facebook.api.Event
 
getDescription() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getDescription() - Method in class org.springframework.social.facebook.api.Group
 
getDescription() - Method in class org.springframework.social.facebook.api.Page
 
getDescription() - Method in class org.springframework.social.facebook.api.Post
 
getDescription() - Method in class org.springframework.social.facebook.api.Video
 
getEducation() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's education history.
getEmail() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's email address.
getEmail() - Method in class org.springframework.social.facebook.api.Group
 
getEmbedHtml() - Method in class org.springframework.social.facebook.api.Video
 
getEmployer() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getEndDate() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getEndTime() - Method in class org.springframework.social.facebook.api.Event
 
getEndTime() - Method in class org.springframework.social.facebook.api.Invitation
 
getEvent(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves event data for a specified event.
getEventId() - Method in class org.springframework.social.facebook.api.Invitation
 
getEventImage(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves an event's image as an array of bytes.
getEventImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves an event's image as an array of bytes.
getFacebookCookieData(Cookie[], String, String) - Static method in class org.springframework.social.facebook.web.FacebookCookieParser
Looks for a Facebook cookie for the given API Key and returns its data as key/value pairs in a Map.
getFanCount() - Method in class org.springframework.social.facebook.api.Page
Deprecated. The fan_count property is no longer returned from Facebook's Graph API and so this will always be zero. This property will be removed in Spring Social Facebook 1.1.0.
getFavoriteAtheletes() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to the user's favorite athletes.
getFavoriteTeams() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to the user's favorite sports teams.
getFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent posts for the authenticated user.
getFeed(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent posts for the authenticated user.
getFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent feed entries for a given user.
getFeed(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves recent feed entries for a given user.
getFirstName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's first name
getFriendIds() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of the authenticating user's friends' IDs.
getFriendIds(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of the authenticating user's friends' IDs.
getFriendList(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a reference to the specified friend list.
getFriendListMembers(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves references for all users who are members of the specified friend list.
getFriendLists() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of custom friend lists belonging to the authenticated user.
getFriendLists(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of custom friend lists belonging to the specified user.
getFriendProfiles() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for up to 100 of the authenticated user's friends.
getFriendProfiles(int, int) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for the authenticated user's friends.
getFriendProfiles(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for up to 100 of the specified user's friends.
getFriendProfiles(String, int, int) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves profile data for the specified user's friends.
getFriends() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user references for the authenticated user's friends.
getFriends(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user references for the specified user's friends.
getFrom() - Method in class org.springframework.social.facebook.api.Album
 
getFrom() - Method in class org.springframework.social.facebook.api.Checkin
 
getFrom() - Method in class org.springframework.social.facebook.api.Comment
A reference to the user who posted the comment.
getFrom() - Method in class org.springframework.social.facebook.api.Photo
 
getFrom() - Method in class org.springframework.social.facebook.api.Post
 
getFrom() - Method in class org.springframework.social.facebook.api.Video
 
getGender() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's gender
getGroup(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieve data for a specified group.
getGroupImage(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a group's image as an array of bytes.
getGroupImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a group's image as an array of bytes.
getHeight() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getHomeFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the user's home feed.
getHomeFeed(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the user's home feed.
getHometown() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's hometown.
getHours() - Method in class org.springframework.social.facebook.api.Page
 
getIcon() - Method in class org.springframework.social.facebook.api.Group
 
getIcon() - Method in class org.springframework.social.facebook.api.Photo
 
getIcon() - Method in class org.springframework.social.facebook.api.Post
 
getIcon() - Method in class org.springframework.social.facebook.api.Video
 
getId() - Method in class org.springframework.social.facebook.api.Account
 
getId() - Method in class org.springframework.social.facebook.api.Album
 
getId() - Method in class org.springframework.social.facebook.api.Checkin
 
getId() - Method in class org.springframework.social.facebook.api.Comment
The comment's Graph API object ID
getId() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getId() - Method in class org.springframework.social.facebook.api.Event
 
getId() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's user ID.
getId() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's Facebook ID
getId() - Method in class org.springframework.social.facebook.api.Group
 
getId() - Method in class org.springframework.social.facebook.api.GroupMembership
The group ID
getId() - Method in class org.springframework.social.facebook.api.Page
 
getId() - Method in class org.springframework.social.facebook.api.Photo
 
getId() - Method in class org.springframework.social.facebook.api.Post
 
getId() - Method in class org.springframework.social.facebook.api.Reference
 
getId() - Method in class org.springframework.social.facebook.api.Tag
 
getId() - Method in class org.springframework.social.facebook.api.Video
 
getImages() - Method in class org.springframework.social.facebook.api.Photo
 
getInspirationalPeople() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to people the user is inspired by.
getInterestedIn() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of the genders the user is interested in.
getInterests() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of interests that the authenticated user likes.
getInterests(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of interests that the given user likes.
getInvitations() - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of up to 25 events that the authenticated user has been invited to.
getInvitations(int, int) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of events that the authenticated user has been invited to.
getInvitations(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of events that the specified user has been invited to.
getInvitations(String, int, int) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves a list of events that the specified user has been invited to.
getInvited(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees.
getJsonMessageConverter() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
getLanguages() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to languages the user claims to know.
getLastName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's last name
getLatitude() - Method in class org.springframework.social.facebook.api.Location
 
getLikeCount() - Method in class org.springframework.social.facebook.api.Post
 
getLikes() - Method in class org.springframework.social.facebook.api.Checkin
 
getLikes() - Method in class org.springframework.social.facebook.api.Comment
A list of references to users who liked this comment.
getLikes(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Retrieve a list of references to users who have liked a given object.
getLikes(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of references to users who have liked the specified object.
getLikes() - Method in class org.springframework.social.facebook.api.Page
 
getLikesCount() - Method in class org.springframework.social.facebook.api.Comment
The number of users who like this comment.
getLink() - Method in class org.springframework.social.facebook.api.Album
 
getLink() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getLink() - Method in class org.springframework.social.facebook.api.FacebookProfile
A link to the user's profile on Facebook.
getLink() - Method in class org.springframework.social.facebook.api.Page
 
getLink() - Method in class org.springframework.social.facebook.api.Photo
 
getLink() - Method in class org.springframework.social.facebook.api.Post
 
getLinks() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the authenticated user's feed.
getLinks(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the authenticated user's feed.
getLinks(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the specified owner's feed.
getLinks(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the specified owner's feed.
getList() - Method in class org.springframework.social.facebook.api.ListAndCount
 
getLocale() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's locale
getLocation() - Method in class org.springframework.social.facebook.api.Album
 
getLocation() - Method in class org.springframework.social.facebook.api.Event
 
getLocation() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's location.
getLocation() - Method in class org.springframework.social.facebook.api.Invitation
 
getLocation() - Method in class org.springframework.social.facebook.api.Page
 
getLongitude() - Method in class org.springframework.social.facebook.api.Location
 
getMaybeAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have indicated that they may attend the event.
getMemberProfiles(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves the profiles for the members of the specified group.
getMembers(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves the members of the specified group.
getMemberships() - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a list of group memberships for the authenticated user.
getMemberships(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Retrieves a list of group memberships for a specific user.
getMessage() - Method in class org.springframework.social.facebook.api.Checkin
 
getMessage() - Method in class org.springframework.social.facebook.api.Comment
The text of the comment
getMessage() - Method in class org.springframework.social.facebook.api.Post
 
getMiddleName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's middle name
getMovies() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of movies that the authenticated user likes.
getMovies(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of movies that the given user has liked.
getMusic() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the authenticated user likes.
getMusic(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the given user has liked.
getName() - Method in class org.springframework.social.facebook.api.Account
 
getName() - Method in class org.springframework.social.facebook.api.Album
 
getName() - Method in class org.springframework.social.facebook.api.Event
 
getName() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's name.
getName() - Method in class org.springframework.social.facebook.api.FacebookLink
 
getName() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's full name
getName() - Method in class org.springframework.social.facebook.api.Group
 
getName() - Method in class org.springframework.social.facebook.api.GroupMembership
The group name
getName() - Method in class org.springframework.social.facebook.api.Invitation
 
getName() - Method in class org.springframework.social.facebook.api.Page
 
getName() - Method in class org.springframework.social.facebook.api.Photo
 
getName() - Method in class org.springframework.social.facebook.api.Post
 
getName() - Method in class org.springframework.social.facebook.api.Reference
 
getName() - Method in class org.springframework.social.facebook.api.Tag
 
getName() - Method in class org.springframework.social.facebook.api.Video
 
getNoReplies(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have not yet RSVP'd.
getNotes() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the authenticated user's feed.
getNotes(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the authenticated user's feed.
getNotes(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the specified owner's feed.
getNotes(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the note entries from the specified owner's feed.
getOAuth2Version() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
getObjectId() - Method in class org.springframework.social.facebook.api.LinkPost
The ID of the object referred to in the link.
getOffsetX() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getOffsetY() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getOversizedImage() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list.
getOwner() - Method in class org.springframework.social.facebook.api.Event
 
getOwner() - Method in class org.springframework.social.facebook.api.Group
 
getPage(String) - Method in interface org.springframework.social.facebook.api.PageOperations
Retrieves data for a page.
getPagesLiked() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of pages that the authenticated user has liked.
getPagesLiked(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of pages that the given user has liked.
getPhone() - Method in class org.springframework.social.facebook.api.Page
 
getPhoto(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieve data for a specified photo.
getPhotoId() - Method in class org.springframework.social.facebook.api.PhotoPost
 
getPhotoImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a photo's image as an array of bytes.
getPhotoImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a photo's image as an array of bytes.
getPhotos(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves data for up to 25 photos from a specific album or that a user is tagged in.
getPhotos(String, int, int) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves photo data from a specific album or that a user is tagged in.
getPicture() - Method in class org.springframework.social.facebook.api.Page
Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture.
getPicture() - Method in class org.springframework.social.facebook.api.Photo
 
getPicture() - Method in class org.springframework.social.facebook.api.Post
Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture.
getPicture() - Method in class org.springframework.social.facebook.api.Video
Deprecated. This method will be replaced in Spring 1.1.0 with a new version that returns an object with more details about the picture.
getPlace() - Method in class org.springframework.social.facebook.api.Checkin
 
getPlace() - Method in class org.springframework.social.facebook.api.CheckinPost
 
getPolitical() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's political affiliation.
getPosition() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. On September 5, 2012, Facebook will either stop returning a position property on Photo objects or will only return 0. This method will be removed in Spring Social Facebook 1.1.0.
getPost(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves a single post.
getPosts() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the authenticated user's feed.
getPosts(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the authenticated user's feed.
getPosts(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the specified owner's feed.
getPosts(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the specified owner's feed.
getPrivacy() - Method in class org.springframework.social.facebook.api.Album
 
getPrivacy() - Method in class org.springframework.social.facebook.api.Event
 
getPrivacy() - Method in class org.springframework.social.facebook.api.Group
 
getQuotes() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's quotations.
getRelationshipStatus() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's relationship status.
getReligion() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's religion.
getRsvpStatus() - Method in class org.springframework.social.facebook.api.EventInvitee
The invitee's RSVP status (attending, unsure, not-replied, or declined).
getRsvpStatus() - Method in class org.springframework.social.facebook.api.Invitation
 
getSchool() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getSignificantOther() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's significant other.
getSmallImage() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list.
getSource() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getSource() - Method in class org.springframework.social.facebook.api.MusicPost
 
getSource() - Method in class org.springframework.social.facebook.api.Photo
 
getSource() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getSource() - Method in class org.springframework.social.facebook.api.SwfPost
 
getSource() - Method in class org.springframework.social.facebook.api.Video
 
getSource() - Method in class org.springframework.social.facebook.api.VideoPost
 
getSourceImage() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list.
getSports() - Method in class org.springframework.social.facebook.api.FacebookProfile
A list of references to sports the user plays
getStartDate() - Method in class org.springframework.social.facebook.api.WorkEntry
 
getStartTime() - Method in class org.springframework.social.facebook.api.Event
 
getStartTime() - Method in class org.springframework.social.facebook.api.Invitation
 
getState() - Method in class org.springframework.social.facebook.api.Location
 
getStatuses() - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the authenticated user's feed.
getStatuses(int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the authenticated user's feed.
getStatuses(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the specified user's feed.
getStatuses(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the specified user's feed.
getStreet() - Method in class org.springframework.social.facebook.api.Location
 
getSubject() - Method in class org.springframework.social.facebook.api.NotePost
 
getTags() - Method in class org.springframework.social.facebook.api.Checkin
 
getTags() - Method in class org.springframework.social.facebook.api.CheckinPost
 
getTags() - Method in class org.springframework.social.facebook.api.Photo
 
getTags() - Method in class org.springframework.social.facebook.api.PhotoPost
 
getTags() - Method in class org.springframework.social.facebook.api.Video
 
getTags() - Method in class org.springframework.social.facebook.api.VideoPost
 
getTalkingAboutCount() - Method in class org.springframework.social.facebook.api.Page
 
getTelevision() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the authenticated user likes.
getTelevision(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the given user has liked.
getThirdPartyId() - Method in class org.springframework.social.facebook.api.FacebookProfile
An anonymous, but unique identifier for the user.
getTimezone() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's timezone offset from UTC.
getTinyImage() - Method in class org.springframework.social.facebook.api.Photo
Deprecated. With July 2013 breaking changes, Facebook will no longer return images larger than the original image. Therefore, there's no way of knowing what sized images will or won't be in the image list.
getTo() - Method in class org.springframework.social.facebook.api.Post
 
getType() - Method in class org.springframework.social.facebook.api.Album
 
getType() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getType() - Method in class org.springframework.social.facebook.api.Post
 
getUnread() - Method in class org.springframework.social.facebook.api.GroupMembership
The count of group updates that the user has not yet read.
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Album
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Event
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.FacebookProfile
The last time the user's profile was updated.
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Group
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Photo
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Post
 
getUpdatedTime() - Method in class org.springframework.social.facebook.api.Video
 
getUsername() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's Facebook username
getUserPermissions() - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves a list of permissions that the application has been granted for the authenticated user.
getUserProfile() - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the profile for the authenticated user.
getUserProfile(String) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the profile for the specified user.
getUserProfileImage() - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(ImageType) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getUserProfileImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.UserOperations
Retrieves the user's profile image.
getVersion() - Method in class org.springframework.social.facebook.api.GroupMembership
Deprecated. No longer maintained in the Graph API. Will always be 1
getVideo(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves data for a specific video.
getVideoId() - Method in class org.springframework.social.facebook.api.VideoPost
 
getVideoImage(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a video's image as an array of bytes.
getVideoImage(String, ImageType) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a video's image as an array of bytes.
getVideos() - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of up to 25 videos that the authenticated user is tagged in.
getVideos(int, int) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of videos that the authenticated user is tagged in.
getVideos(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of up to 25 videos that a specified user is tagged in.
getVideos(String, int, int) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of videos that a specified user is tagged in.
getWebsite() - Method in class org.springframework.social.facebook.api.FacebookProfile
A link to the user's personal website.
getWebsite() - Method in class org.springframework.social.facebook.api.Page
 
getWidth() - Method in class org.springframework.social.facebook.api.Photo.Image
 
getWork() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's work history.
getX() - Method in class org.springframework.social.facebook.api.Tag
 
getY() - Method in class org.springframework.social.facebook.api.Tag
 
getYear() - Method in class org.springframework.social.facebook.api.EducationEntry
 
getZip() - Method in class org.springframework.social.facebook.api.Location
 
GRAPH_API_URL - Static variable in interface org.springframework.social.facebook.api.GraphApi
 
GraphApi - Interface in org.springframework.social.facebook.api
Defines low-level operations against Facebook's Graph API
Group - Class in org.springframework.social.facebook.api
Model class representing a Group.
Group(String, Reference, String, Group.Privacy, String, Date, String) - Constructor for class org.springframework.social.facebook.api.Group
 
Group.Privacy - Enum in org.springframework.social.facebook.api
 
GroupMemberReference - Class in org.springframework.social.facebook.api
Model class representing a reference to a group member.
GroupMemberReference(String, String, boolean) - Constructor for class org.springframework.social.facebook.api.GroupMemberReference
 
GroupMembership - Class in org.springframework.social.facebook.api
 
GroupMembership(String, String, int, boolean) - Constructor for class org.springframework.social.facebook.api.GroupMembership
 
GroupMembership(String, String, int, int, boolean) - Constructor for class org.springframework.social.facebook.api.GroupMembership
Deprecated. The Facebook Graph API no longer maintains a version for groups. The group version will always be 1.
groupOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations on groups.
GroupOperations - Interface in org.springframework.social.facebook.api
Defines operations for retrieving data about groups and group members.
groupOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

H

hasAddedApp() - Method in class org.springframework.social.facebook.api.Page
 

I

ImageType - Enum in org.springframework.social.facebook.api
 
Invitation - Class in org.springframework.social.facebook.api
Model class representing an invitation to an event.
Invitation(String, String, Date, Date, RsvpStatus) - Constructor for class org.springframework.social.facebook.api.Invitation
 
Invitation(String, String, Date, Date, RsvpStatus, String) - Constructor for class org.springframework.social.facebook.api.Invitation
 
isAdministrator() - Method in class org.springframework.social.facebook.api.GroupMemberReference
 
isAdministrator() - Method in class org.springframework.social.facebook.api.GroupMembership
Returns true if the user is an administrator of the group.
isCommunityPage() - Method in class org.springframework.social.facebook.api.Page
 
isPageAdmin(String) - Method in interface org.springframework.social.facebook.api.PageOperations
Checks whether the logged-in user for this session is an admin of the page with the given page ID.
isPublished() - Method in class org.springframework.social.facebook.api.Page
 
isVerified() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's account verification status.

L

like(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Like an object on behalf of the authenticated user.
likeOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations against user likes and interests.
likeOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
LikeOperations - Interface in org.springframework.social.facebook.api
Defines operations for working with a user's likes and interests.
LinkPost - Class in org.springframework.social.facebook.api
Model class representing a link Post to a user's wall.
LinkPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.LinkPost
 
ListAndCount<T> - Class in org.springframework.social.facebook.api
Contains a list of comments and a count of the total number of comments for a post or checkin.
ListAndCount(List<T>, int) - Constructor for class org.springframework.social.facebook.api.ListAndCount
 
Location - Class in org.springframework.social.facebook.api
Model class representing a location of a place that a user may check into in Facebook Places.

M

maybeInvitation(String) - Method in interface org.springframework.social.facebook.api.EventOperations
RSVPs to an event with a maybe.
mediaOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations on albums, photos, and videos.
mediaOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
MediaOperations - Interface in org.springframework.social.facebook.api
Defines operations for working with albums, photos, and videos.
MusicPost - Class in org.springframework.social.facebook.api
Model class representing a Post with an embedded music file (e.g., MP3).
MusicPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.MusicPost
 

N

NotAFriendException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting an operation that requires a target user to be a friend of the authenticated user.
NotAFriendException(String) - Constructor for exception org.springframework.social.facebook.api.NotAFriendException
 
NotePost - Class in org.springframework.social.facebook.api
Model class representing a note Post to a user's wall.
NotePost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.NotePost
 

O

org.springframework.social.facebook.api - package org.springframework.social.facebook.api
Spring Social's Service API for Facebook
org.springframework.social.facebook.api.impl - package org.springframework.social.facebook.api.impl
Implementation of Spring Social's Service API for Facebook
org.springframework.social.facebook.api.impl.json - package org.springframework.social.facebook.api.impl.json
Jackson mixins, deserializers, and holders for converting Facebook data into API types
org.springframework.social.facebook.connect - package org.springframework.social.facebook.connect
Facebook service provider connection repository and API adapter implementations.
org.springframework.social.facebook.web - package org.springframework.social.facebook.web
Sign in with Facebook controller and FacebookCookieValue annotation support

P

Page - Class in org.springframework.social.facebook.api
Model class representing a Facebook page.
Page(String, String, String, String) - Constructor for class org.springframework.social.facebook.api.Page
 
PageAdministrationException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting to perform an operation on a page by a user who is not a page administrator.
PageAdministrationException(String) - Constructor for exception org.springframework.social.facebook.api.PageAdministrationException
 
pageOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for working with Facebook pages.
pageOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
PageOperations - Interface in org.springframework.social.facebook.api
Interface defining operations that can be performed on a Facebook pages.
Photo - Class in org.springframework.social.facebook.api
Model class representing a photo.
Photo.Image - Class in org.springframework.social.facebook.api
 
Photo.Image(String, int, int) - Constructor for class org.springframework.social.facebook.api.Photo.Image
 
PhotoPost - Class in org.springframework.social.facebook.api
Model class representing a Post to a feed announcing a Photo.
PhotoPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.PhotoPost
 
placesOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing Facebook Places checkin operations.
placesOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
PlacesOperations - Interface in org.springframework.social.facebook.api
Defines the operations for interacting with a user's Facebook checkins.
post(String, String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a message to a feed.
post(String, String, MultiValueMap<String, String>) - Method in interface org.springframework.social.facebook.api.GraphApi
Publishes data to an object's connection.
post(String, String, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
post(String, String) - Method in interface org.springframework.social.facebook.api.PageOperations
Posts a message to a page's feed as a page administrator.
post(String, String, FacebookLink) - Method in interface org.springframework.social.facebook.api.PageOperations
Posts a link to the page's feed as a page administrator.
Post - Class in org.springframework.social.facebook.api
Model class representing an entry in a feed.
Post(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.Post
 
Post.PostType - Enum in org.springframework.social.facebook.api
 
postForAccessGrant(String, MultiValueMap<String, String>) - Method in class org.springframework.social.facebook.connect.FacebookOAuth2Template
 
postLink(String, FacebookLink) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a link to the authenticated user's feed.
postLink(String, String, FacebookLink) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a link to a feed.
postPhoto(Resource) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a photo to an album created specifically for the application.
postPhoto(Resource, String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a photo to an album created specifically for the application.
postPhoto(String, Resource) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a photo to a specific album.
postPhoto(String, Resource, String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a photo to a specific album.
postPhoto(String, String, Resource) - Method in interface org.springframework.social.facebook.api.PageOperations
Posts a photo to a page's album as the page administrator.
postPhoto(String, String, Resource, String) - Method in interface org.springframework.social.facebook.api.PageOperations
Posts a photo to a page's album as the page administrator.
postVideo(Resource) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a video for the authenticated user.
postVideo(Resource, String, String) - Method in interface org.springframework.social.facebook.api.MediaOperations
Uploads a video for the authenticated user.
publish(String, String, MultiValueMap<String, Object>) - Method in interface org.springframework.social.facebook.api.GraphApi
Publishes data to an object's connection.
publish(String, String, MultiValueMap<String, Object>) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 

R

Reference - Class in org.springframework.social.facebook.api
A simple reference to another Facebook object without the complete set of object data.
Reference(String) - Constructor for class org.springframework.social.facebook.api.Reference
 
Reference(String, String) - Constructor for class org.springframework.social.facebook.api.Reference
 
removeFromFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Removes a friend from a friend list.
resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.social.facebook.web.FacebookWebArgumentResolver
 
ResourceOwnershipException - Exception in org.springframework.social.facebook.api
Exception thrown when attempting to perform operation on a resource that must be owned by the authenticated user, but is not.
ResourceOwnershipException(String) - Constructor for exception org.springframework.social.facebook.api.ResourceOwnershipException
 
restOperations() - Method in interface org.springframework.social.facebook.api.Facebook
Returns the underlying RestOperations object allowing for consumption of Facebook endpoints that may not be otherwise covered by the API binding.
restOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
RsvpStatus - Enum in org.springframework.social.facebook.api
Enumeration of statuses that an invitee may have for an event.

S

search(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Search for events.
search(String, int, int) - Method in interface org.springframework.social.facebook.api.EventOperations
Search for events.
search(String) - Method in interface org.springframework.social.facebook.api.GroupOperations
Search for groups.
search(String, int, int) - Method in interface org.springframework.social.facebook.api.GroupOperations
Search for groups.
search(String, double, double, long) - Method in interface org.springframework.social.facebook.api.PlacesOperations
Searches for places near a given coordinate.
search(String) - Method in interface org.springframework.social.facebook.api.UserOperations
Searches for users.
searchHomeFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches the authenticated user's home feed.
searchHomeFeed(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches the authenticated user's home feed.
searchPublicFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches Facebook's public feed.
searchPublicFeed(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches Facebook's public feed.
searchUserFeed(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches the authenticated user's feed.
searchUserFeed(String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches the authenticated user's feed.
searchUserFeed(String, String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches a specified user's feed.
searchUserFeed(String, String, int, int) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches a specified user's feed.
setAppId(String) - Method in class org.springframework.social.facebook.web.FacebookInitTag
Sets the application's Facebook ID.
setConnectionValues(Facebook, ConnectionValues) - Method in class org.springframework.social.facebook.connect.FacebookAdapter
 
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
setupModule(Module.SetupContext) - Method in class org.springframework.social.facebook.api.impl.json.FacebookModule
 
StatusPost - Class in org.springframework.social.facebook.api
Model class representing a simple status message Post to a feed.
StatusPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.StatusPost
 
SwfPost - Class in org.springframework.social.facebook.api
Model class representing a Post with an embedded Flash animation.
SwfPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.SwfPost
 

T

Tag - Class in org.springframework.social.facebook.api
Model class representing a tagged user in a video, photo, or checkin.
Tag(String, String, Integer, Integer, Date) - Constructor for class org.springframework.social.facebook.api.Tag
 
test(Facebook) - Method in class org.springframework.social.facebook.connect.FacebookAdapter
 

U

unlike(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Unlike an object on behalf of the authenticated user.
updateStatus(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Posts a status update to the authenticated user's feed.
updateStatus(Facebook, String) - Method in class org.springframework.social.facebook.connect.FacebookAdapter
 
userOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing operations on Facebook user profiles.
userOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
UserOperations - Interface in org.springframework.social.facebook.api
 

V

valueOf(String) - Static method in enum org.springframework.social.facebook.api.Album.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Album.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Event.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Group.Privacy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.ImageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.Post.PostType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.social.facebook.api.RsvpStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.social.facebook.api.Album.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Album.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Event.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Group.Privacy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.ImageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.Post.PostType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.social.facebook.api.RsvpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
Video - Class in org.springframework.social.facebook.api
Model class representing a video.
VideoPost - Class in org.springframework.social.facebook.api
Model class representing a Post announcing a Video to a feed.
VideoPost(String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.VideoPost
 

W

WorkEntry - Class in org.springframework.social.facebook.api
Model class representing an entry in the user's work history.
WorkEntry(Reference, String, String) - Constructor for class org.springframework.social.facebook.api.WorkEntry
 

A C D E F G H I L M N O P R S T U V W
Spring Social Facebook