A B C D E F G H I L M N O P Q 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
 
ActionMetadata - Class in org.springframework.social.facebook.api
 
ActionMetadata() - Constructor for class org.springframework.social.facebook.api.ActionMetadata
 
add(String, Object) - Method in class org.springframework.social.facebook.api.FacebookObject
JsonAnySetter hook.
addComment(String, String) - Method in interface org.springframework.social.facebook.api.CommentOperations
Posts a comment on an object on behalf of the authenticated user.
addOption(String, String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Adds an option to a question.
addToFriendList(String, String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Adds a friend to a friend list.
AgeRange - Enum in org.springframework.social.facebook.api
Enum representing a user's age range.
airingEndTime(Date) - Method in class org.springframework.social.facebook.api.WatchActionMetadata
 
airingId(String) - Method in class org.springframework.social.facebook.api.WatchActionMetadata
 
airingStartTime(Date) - Method in class org.springframework.social.facebook.api.WatchActionMetadata
 
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
 
allow(String...) - Method in class org.springframework.social.facebook.api.PostData
 
askQuestion(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Publishes a question.

B

bikes(String) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.bikes" action for the OpenGraph course object at the given URL.
bikes(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.bikes" action for the OpenGraph course object at the given URL.
bikes(String) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
bikes(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
BookActions - Interface in org.springframework.social.facebook.api
Defines operations for publishing OpenGraph actions pertaining to books.
bookActions() - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 
BookActionsTemplate - Class in org.springframework.social.facebook.api.impl
 
BookActionsTemplate(OpenGraphOperations) - Constructor for class org.springframework.social.facebook.api.impl.BookActionsTemplate
 

C

canPost() - Method in class org.springframework.social.facebook.api.Page
Indicates whether or not the authenticated user can post on this page.
CanvasSignInController - Class in org.springframework.social.facebook.web
Sign in controller that uses the signed_request parameter that Facebook gives to Canvas applications to obtain an access token.
CanvasSignInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter, String, String, String) - Constructor for class org.springframework.social.facebook.web.CanvasSignInController
 
caption(String) - Method in class org.springframework.social.facebook.api.PostData
 
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.
createdTime(Date) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
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.
createPlaylist(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
createPlaylist(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
createPlaylist(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.playlists" action (indicating that a playlist was created) for the OpenGraph playlist object at the given URL.
createPlaylist(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.playlists" action (indicating that a playlist was created) for the OpenGraph playlist object at the given URL.
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.
decodeSignedRequest(String) - Method in class org.springframework.social.facebook.web.SignedRequestDecoder
Decodes a signed request, returning the payload of the signed request as a Map
decodeSignedRequest(String, Class<T>) - Method in class org.springframework.social.facebook.web.SignedRequestDecoder
Decodes a signed request, returning the payload of the signed request as a specified type.
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
 
deleteAction(String) - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
Deletes an action.
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.
deleteOption(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Removes a question option.
deletePost(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
Deletes a post.
deleteQuestion(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Removes a question.
deny(String...) - Method in class org.springframework.social.facebook.api.PostData
 
description(String) - Method in class org.springframework.social.facebook.api.PostData
 
deserialize(JsonParser, DeserializationContext) - Method in class org.springframework.social.facebook.api.impl.json.StoryTagMapDeserializer
 
disconnect(String) - Method in class org.springframework.social.facebook.web.DisconnectController
 
DisconnectController - Class in org.springframework.social.facebook.web
Spring MVC controller for handling deauthorization callbacks from Facebook as described at https://developers.facebook.com/docs/authentication/.
DisconnectController(UsersConnectionRepository, String) - Constructor for class org.springframework.social.facebook.web.DisconnectController
Constructs a DisconnectController.
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
 
EMPTY_ACTION_METADATA - Static variable in interface org.springframework.social.facebook.api.OpenGraphOperations
 
endTime(Date) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
error(String, String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
 
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
 
expiresIn(int) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
explicitlyShared(boolean) - Method in class org.springframework.social.facebook.api.ActionMetadata
 

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
 
FacebookApiHelper - Class in org.springframework.social.facebook.config.support
Support class for JavaConfig and XML configuration support.
FacebookAuthenticationService - Class in org.springframework.social.facebook.security
 
FacebookAuthenticationService(String, String) - Constructor for class org.springframework.social.facebook.security.FacebookAuthenticationService
 
FacebookAuthenticationService(String, String, String) - Constructor for class org.springframework.social.facebook.security.FacebookAuthenticationService
 
FacebookConnectionFactory - Class in org.springframework.social.facebook.connect
Facebook ConnectionFactory implementation.
FacebookConnectionFactory(String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookConnectionFactory
Creates a FacebookConnectionFactory for the given application ID and secret.
FacebookConnectionFactory(String, String, String) - Constructor for class org.springframework.social.facebook.connect.FacebookConnectionFactory
Creates a FacebookConnectionFactory for the given application ID, secret, and namespace.
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
 
FacebookNamespaceHandler - Class in org.springframework.social.facebook.config.xml
NamespaceHandler for Spring Social Facebook
FacebookNamespaceHandler() - Constructor for class org.springframework.social.facebook.config.xml.FacebookNamespaceHandler
 
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
 
FacebookObject - Class in org.springframework.social.facebook.api
Base class for all Facebook types.
FacebookObject() - Constructor for class org.springframework.social.facebook.api.FacebookObject
 
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, String) - Constructor for class org.springframework.social.facebook.connect.FacebookServiceProvider
Creates a FacebookServiceProvider for the given application ID, secret, and namespace.
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.
FacebookTemplate(String, String) - Constructor for class org.springframework.social.facebook.api.impl.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.
FamilyMember - Class in org.springframework.social.facebook.api
 
FamilyMember(String, String, String) - Constructor for class org.springframework.social.facebook.api.FamilyMember
 
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>, MultiValueMap<String, 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
 
fetchConnections(String, String, Class<T>, MultiValueMap<String, 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
 
fetchPagedConnections(String, 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
 
FitnessActions - Interface in org.springframework.social.facebook.api
Defines operations for publishing OpenGraph actions pertaining to fitness.
fitnessActions() - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 
FitnessActionsTemplate - Class in org.springframework.social.facebook.api.impl
 
FitnessActionsTemplate(OpenGraphOperations) - Constructor for class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
follow(String) - Method in interface org.springframework.social.facebook.api.GeneralActions
Publishes a "og.follows" action for the OpenGraph object defined at the given URL.
follow(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.GeneralActions
Publishes a "og.follows" action for the OpenGraph object defined at the given URL.
follow(String) - Method in class org.springframework.social.facebook.api.impl.GeneralActionsTemplate
 
follow(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.GeneralActionsTemplate
 
FqlException - Exception in org.springframework.social.facebook.api
Exception indicating a problem with performing an FQL query.
FqlException(String) - Constructor for exception org.springframework.social.facebook.api.FqlException
 
FqlException(String, Throwable) - Constructor for exception org.springframework.social.facebook.api.FqlException
 
fqlOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing Facebook Query Language (FQL) queries.
FqlOperations - Interface in org.springframework.social.facebook.api
Interface defining operations for querying Facebook with the Facebook Query Language (FQL).
fqlOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
FqlResult - Class in org.springframework.social.facebook.api
Represents a single result item from an FQL query.
FqlResult(Map<String, Object>) - Constructor for class org.springframework.social.facebook.api.FqlResult
Constructs an FqlResult instance from a map.
FqlResultMapper<T> - Interface in org.springframework.social.facebook.api
An interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis.
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
 
fromMinMax(Integer, Integer) - Static method in enum org.springframework.social.facebook.api.AgeRange
Constructs an AgeRange from the min/max age values.

G

GeneralActions - Interface in org.springframework.social.facebook.api
Defines operations for publishing general OpenGraph actions such as "og.likes" and "og.follows".
generalActions() - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 
GeneralActionsTemplate - Class in org.springframework.social.facebook.api.impl
 
GeneralActionsTemplate(OpenGraphOperations) - Constructor for class org.springframework.social.facebook.api.impl.GeneralActionsTemplate
 
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.
getActivities(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of activities that the authenticated user likes.
getActivities(String, PagingParameters) - 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
 
getAfter() - Method in class org.springframework.social.facebook.api.PagingParameters
 
getAgeRange() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's age range.
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
Deprecated. Use MediaOperations.getAlbums(PagingParameters) instead.
getAlbums(PagingParameters) - 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
Deprecated. Use MediaOperations.getAlbums(String, PagingParameters) instead
getAlbums(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of albums belonging to a specific owner (user, page, etc).
getApi() - Method in class org.springframework.social.facebook.config.support.FacebookApiHelper
 
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
 
getApplicationNamespace() - Method in interface org.springframework.social.facebook.api.Facebook
 
getApplicationNamespace() - Method in interface org.springframework.social.facebook.api.GraphApi
 
getApplicationNamespace() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
getAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
Retrieves the list of an event's invitees who have accepted the invitation.
getBefore() - Method in class org.springframework.social.facebook.api.PagingParameters
 
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.
getBooks(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the authenticated user likes.
getBooks(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of books that the given user has liked.
getBoolean(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a Boolean.
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
 
getChangedFields() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
A list of the fields that changed on the object.
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
Deprecated. Use PlacesOperations.getCheckins(PagingParameters) instead.
getCheckins(PagingParameters) - 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
Deprecated. Use PlacesOperations.getCheckins(String, PagingParameters) instead.
getCheckins(String, PagingParameters) - 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
getCommentCount() - Method in class org.springframework.social.facebook.api.Post
 
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
Deprecated. Use CommentOperations.getComments(String, PagingParameters) instead
getComments(String, PagingParameters) - 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
The page's cover photo.
getCoverPhotoId() - Method in class org.springframework.social.facebook.api.Album
The ID of the Photo object that is the cover photo for the album.
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.Question
 
getCreatedTime() - Method in class org.springframework.social.facebook.api.QuestionOption
 
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.Location
 
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
 
getEntries() - Method in class org.springframework.social.facebook.web.RealTimeUpdate
Entries that changed.
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.
getExtraData() - Method in class org.springframework.social.facebook.api.FacebookObject
 
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.
getFamily() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of FamilyMember references for the authenticated user.
getFamily(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of FamilyMember references for the specified user.
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
Deprecated. Use FeedOperations.getFeed(PagingParameters) instead.
getFeed(PagingParameters) - 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
Deprecated. Use FeedOperations.getFeed(String, PagingParameters) instead.
getFeed(String, PagingParameters) - 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
getFloat(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a Float.
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 the profile data for all of an authenticated user's friends.
getFriendProfiles(int, int) - Method in interface org.springframework.social.facebook.api.FriendOperations
Deprecated. Use FriendOperations.getFriendProfiles(PagingParameters) instead.
getFriendProfiles(PagingParameters) - 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 all of an authenticated user's friends.
getFriendProfiles(String, int, int) - Method in interface org.springframework.social.facebook.api.FriendOperations
Deprecated. Use FriendOperations.getFriendProfiles(String, PagingParameters) instead.
getFriendProfiles(String, PagingParameters) - 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.Question
 
getFrom() - Method in class org.springframework.social.facebook.api.QuestionOption
 
getFrom() - Method in class org.springframework.social.facebook.api.Video
 
getGames() - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of games that the authenticated user likes.
getGames(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of games that the given user likes.
getGames(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of games that the authenticated user likes.
getGames(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of games that the given user likes.
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
Deprecated. Use FeedOperations.getHomeFeed(PagingParameters) instead
getHomeFeed(PagingParameters) - 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.Question
 
getId() - Method in class org.springframework.social.facebook.api.QuestionOption
 
getId() - Method in class org.springframework.social.facebook.api.Reference
 
getId() - Method in class org.springframework.social.facebook.api.StoryTag
 
getId() - Method in class org.springframework.social.facebook.api.Tag
 
getId() - Method in class org.springframework.social.facebook.api.Video
 
getId() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
The ID of the object that changed (e.g., if the object is a "user", then this is the user's Facebook ID).
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.
getInteger(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as an Integer.
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.
getInterests(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of interests that the authenticated user likes.
getInterests(String, PagingParameters) - 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
Deprecated. Use EventOperations.getInvitations(PagingParameters) instead
getInvitations(PagingParameters) - 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
Deprecated. Use EventOperations.getInvitations(String, PagingParameters) instead
getInvitations(String, PagingParameters) - 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
 
getLength() - Method in class org.springframework.social.facebook.api.StoryTag
 
getLikeCount() - Method in class org.springframework.social.facebook.api.Post
The number of likes for this 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(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a page of references to users who have liked the specified object.
getLikes() - Method in class org.springframework.social.facebook.api.Page
 
getLikes() - Method in class org.springframework.social.facebook.api.Post
Reference for users who have liked this Post.
getLikesCount() - Method in class org.springframework.social.facebook.api.Comment
The number of users who like this comment.
getLimit() - Method in class org.springframework.social.facebook.api.PagingParameters
 
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
Deprecated. User FeedOperations.getLinks(PagingParameters) instead.
getLinks(PagingParameters) - 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
Deprecated. Use FeedOperations.getLinks(String, PagingParameters) instead.
getLinks(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the link entries from the specified owner's feed.
getList(String, FqlResultMapper<T>) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as an object mapped by a given FqlResultMapper.
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
 
getLong(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a Long.
getLongitude() - Method in class org.springframework.social.facebook.api.Location
 
getMax() - Method in enum org.springframework.social.facebook.api.AgeRange
 
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
getMin() - Method in enum org.springframework.social.facebook.api.AgeRange
 
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.
getMovies(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of movies that the authenticated user likes.
getMovies(String, PagingParameters) - 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.
getMusic(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the authenticated user likes.
getMusic(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of music that the given user has liked.
getMutualFriends(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user references that the authenticated user and the specified user have in common as friends.
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.QuestionOption
 
getName() - Method in class org.springframework.social.facebook.api.Reference
 
getName() - Method in class org.springframework.social.facebook.api.StoryTag
 
getName() - Method in class org.springframework.social.facebook.api.Tag
 
getName() - Method in class org.springframework.social.facebook.api.Video
 
getNextPage() - Method in class org.springframework.social.facebook.api.PagedList
 
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
Deprecated. Use FeedOperations.getNotes(PagingParameters) instead.
getNotes(PagingParameters) - 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
Deprecated. Use FeedOperations.getNotes(String, PagingParameters) instead.
getNotes(String, PagingParameters) - 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
 
getObject(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a simple Object.
getObject(String, FqlResultMapper<T>) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as an object mapped by a given FqlResultMapper.
getObject() - Method in class org.springframework.social.facebook.web.RealTimeUpdate
The object type that changed (e.g., "user", "page", etc).
getObjectId() - Method in class org.springframework.social.facebook.api.LinkPost
The ID of the object referred to in the link.
getOffset() - Method in class org.springframework.social.facebook.api.PagingParameters
 
getOffset() - Method in class org.springframework.social.facebook.api.StoryTag
 
getOffsetX() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getOffsetY() - Method in class org.springframework.social.facebook.api.CoverPhoto
 
getOption(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Retrieves a question option.
getOptions() - Method in class org.springframework.social.facebook.api.Question
 
getOptions(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Retrieves all options for a specified question.
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(PagingParameters) - 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.
getPagesLiked(String, PagingParameters) - 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
Deprecated. Use MediaOperations.getPhotos(String, PagingParameters) instead.
getPhotos(String, PagingParameters) - 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
Deprecated. Use FeedOperations.getPosts(PagingParameters) instead.
getPosts(PagingParameters) - 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
Deprecated. Use FeedOperations.getPosts(String, PagingParameters) instead.
getPosts(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the post entries from the specified owner's feed.
getPreviousPage() - Method in class org.springframework.social.facebook.api.PagedList
 
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
 
getProviderConfigBeanDefinitionParser() - Method in class org.springframework.social.facebook.config.xml.FacebookNamespaceHandler
 
getQuestion(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Retrieves a question.
getQuestions() - Method in interface org.springframework.social.facebook.api.QuestionOperations
Retrieves all questions asked by the authenticated user.
getQuestions(String) - Method in interface org.springframework.social.facebook.api.QuestionOperations
Retrieves all questions asked by the specified user.
getQuotes() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's quotations.
getRelationship() - Method in class org.springframework.social.facebook.api.FamilyMember
 
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
 
getSharesCount() - Method in class org.springframework.social.facebook.api.Post
 
getSignificantOther() - Method in class org.springframework.social.facebook.api.FacebookProfile
The user's significant other.
getSince() - Method in class org.springframework.social.facebook.api.PagingParameters
 
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
Deprecated. Use FeedOperations.getStatuses(PagingParameters) instead.
getStatuses(PagingParameters) - 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
Deprecated. Use FeedOperations.getStatuses(String, PagingParameters) instead.
getStatuses(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
Retrieves the status entries from the specified user's feed.
getStory() - Method in class org.springframework.social.facebook.api.Post
 
getStoryTags() - Method in class org.springframework.social.facebook.api.Post
 
getStreet() - Method in class org.springframework.social.facebook.api.Location
 
getString(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a String.
getSubject() - Method in class org.springframework.social.facebook.api.NotePost
 
getSubscribedTo() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user reference for the users that the authenticated user is subscribed to.
getSubscribedTo(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user reference for the users that the specified user is subscribed to.
getSubscribers() - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user reference for the users that are subscribed to the authenticated user.
getSubscribers(String) - Method in interface org.springframework.social.facebook.api.FriendOperations
Retrieves a list of user reference for the users that are subscribed to the specified user.
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
 
getTargetFeedId() - Method in class org.springframework.social.facebook.api.PostData
 
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.
getTelevision(PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the authenticated user likes.
getTelevision(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.LikeOperations
Retrieves a list of television shows that the given user has liked.
getText() - Method in class org.springframework.social.facebook.api.Question
 
getThirdPartyId() - Method in class org.springframework.social.facebook.api.FacebookProfile
An anonymous, but unique identifier for the user.
getTime(String) - Method in class org.springframework.social.facebook.api.FqlResult
Returns the value of the identified field as a Date.
getTime() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
The time of the change in seconds since Jan 1, 1970.
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.
getUntil() - Method in class org.springframework.social.facebook.api.PagingParameters
 
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.Question
 
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
Deprecated. Use MediaOperations.getVideos(PagingParameters) instead.
getVideos(PagingParameters) - 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
Deprecated. Use MediaOperations.getVideos(String, PagingParameters) instead.
getVideos(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.MediaOperations
Retrieves a list of videos that a specified user is tagged in.
getVotes() - Method in class org.springframework.social.facebook.api.QuestionOption
 
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

handleUpdate(String, RealTimeUpdate) - Method in interface org.springframework.social.facebook.web.UpdateHandler
 
hasAddedApp() - Method in class org.springframework.social.facebook.api.Page
 
hasField(String) - Method in class org.springframework.social.facebook.api.FqlResult
Checks for the existence of a field in the result set, whether null or non-null.
hasValue(String) - Method in class org.springframework.social.facebook.api.FqlResult
Checks that a field exists and contains a non-null value.

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.GeneralActions
Publishes a "og.likes" action for the OpenGraph object defined at the given URL.
like(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.GeneralActions
Publishes a "og.likes" action for the OpenGraph object defined at the given URL.
like(String) - Method in class org.springframework.social.facebook.api.impl.GeneralActionsTemplate
 
like(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.GeneralActionsTemplate
 
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.
link(String) - Method in class org.springframework.social.facebook.api.PostData
 
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
 
listen(String, String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listen(String, String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph object at the given URL.
ListenActionMetadata - Class in org.springframework.social.facebook.api
 
ListenActionMetadata() - Constructor for class org.springframework.social.facebook.api.ListenActionMetadata
 
listenToAlbum(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToAlbum(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToAlbum(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph album object at the given URL.
listenToAlbum(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph album object at the given URL.
listenToMusician(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToMusician(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToMusician(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph musician object at the given URL.
listenToMusician(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph musician object at the given URL.
listenToPlaylist(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToPlaylist(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToPlaylist(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph playlist object at the given URL.
listenToPlaylist(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph playlist object at the given URL.
listenToRadioStation(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToRadioStation(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToRadioStation(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph radio station object at the given URL.
listenToRadioStation(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph radio station object at the given URL.
listenToSong(String) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToSong(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
listenToSong(String) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph song object at the given URL.
listenToSong(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.MusicActions
Publishes a "music.listens" action for the OpenGraph song object at the given URL.
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.
Location(double, double) - Constructor for class org.springframework.social.facebook.api.Location
 
Location(String) - Constructor for class org.springframework.social.facebook.api.Location
 

M

mapObject(FqlResult) - Method in interface org.springframework.social.facebook.api.FqlResultMapper
 
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.
message(String) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
message(String) - Method in class org.springframework.social.facebook.api.PostData
 
MissingNamespaceException - Exception in org.springframework.social.facebook.api
Exception indicating that an attempt was made to publish an OpenGraph action without specifying an application namespace.
MissingNamespaceException() - Constructor for exception org.springframework.social.facebook.api.MissingNamespaceException
 
MusicActions - Interface in org.springframework.social.facebook.api
Defines operations for publishing OpenGraph actions pertaining to listening to music.
musicActions() - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 
MusicActionsTemplate - Class in org.springframework.social.facebook.api.impl
 
MusicActionsTemplate(OpenGraphOperations) - Constructor for class org.springframework.social.facebook.api.impl.MusicActionsTemplate
 
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

name(String) - Method in class org.springframework.social.facebook.api.PostData
 
noFeedStory(boolean) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
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

openGraphOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for working with OpenGraph actions.
openGraphOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
OpenGraphOperations - Interface in org.springframework.social.facebook.api
Defines operations for working with Facebook OpenGraph actions.
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.config.support - package org.springframework.social.facebook.config.support
Configuration support classes.
org.springframework.social.facebook.config.xml - package org.springframework.social.facebook.config.xml
Spring Social Facebook's XML configuration namespace.
org.springframework.social.facebook.connect - package org.springframework.social.facebook.connect
Facebook service provider connection repository and API adapter implementations.
org.springframework.social.facebook.security - package org.springframework.social.facebook.security
Support classes for integration with Spring Security.
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
 
PagedList<T> - Class in org.springframework.social.facebook.api
 
PagedList(List<T>, PagingParameters, PagingParameters) - Constructor for class org.springframework.social.facebook.api.PagedList
 
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.
PagingParameters - Class in org.springframework.social.facebook.api
Carries parameters to describe a paged set of results.
PagingParameters(Integer, Integer, Long, Long) - Constructor for class org.springframework.social.facebook.api.PagingParameters
Constructs a PagedListParameters.
PagingParameters(Integer, Integer, Long, Long, String, String) - Constructor for class org.springframework.social.facebook.api.PagingParameters
 
paused(boolean) - Method in class org.springframework.social.facebook.api.ListenActionMetadata
 
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
 
picture(String) - Method in class org.springframework.social.facebook.api.PostData
 
place(String) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
place(String) - Method in class org.springframework.social.facebook.api.PostData
 
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(PostData) - Method in interface org.springframework.social.facebook.api.FeedOperations
Adds a Post 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
 
Post.Privacy - Enum in org.springframework.social.facebook.api
 
PostData - Class in org.springframework.social.facebook.api
An object that represents a new post to be created.
PostData(String) - Constructor for class org.springframework.social.facebook.api.PostData
Creates a new PostData.
postDeclineView() - Method in class org.springframework.social.facebook.web.CanvasSignInController
View that redirects the top level window to the URL defined in postDeclineUrl property after user declines to authorize application.
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.
privacy(String) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
privacy(Post.Privacy) - Method in class org.springframework.social.facebook.api.PostData
 
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
 
publishAction(String, String, String) - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
Posts a custom (application-defined) action for an object specified by the given object URL.
publishAction(String, MultiValueMap<String, Object>, boolean) - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 

Q

query(String, FqlResultMapper<T>) - Method in interface org.springframework.social.facebook.api.FqlOperations
Performs an FQL query, returning a list of results mapped by an FqlResultMapper.
Question - Class in org.springframework.social.facebook.api
Model class representing a question asked by a Facebook user.
Question(String, String, Reference, Date, Date) - Constructor for class org.springframework.social.facebook.api.Question
 
questionOperations() - Method in interface org.springframework.social.facebook.api.Facebook
API for performing question operations.
questionOperations() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
QuestionOperations - Interface in org.springframework.social.facebook.api
 
QuestionOption - Class in org.springframework.social.facebook.api
 
QuestionOption(String, String, Reference, int, Date) - Constructor for class org.springframework.social.facebook.api.QuestionOption
 
quoteBook(String, String) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.quotes" action for the OpenGraph book object at the given URL.
quoteBook(String, String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.quotes" action for the OpenGraph book object at the given URL.
quoteBook(String, String) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
quoteBook(String, String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 

R

rateBook(String, float, int) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.rates" action for the OpenGraph book object at the given URL.
rateBook(String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.rates" action for the OpenGraph book object at the given URL.
rateBook(String, float, int) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
rateBook(String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
rateEpisode(String, float, int) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateEpisode(String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateEpisode(String, float, int) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph episode object at the given URL.
rateEpisode(String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph episode object at the given URL.
rateMovie(String, float, int) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateMovie(String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateMovie(String, float, int) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph movie object at the given URL.
rateMovie(String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph movie object at the given URL.
rateTvShow(String, float, int) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateTvShow(String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateTvShow(String, float, int) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph TV show object at the given URL.
rateTvShow(String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph TV show object at the given URL.
rateVideo(String, float, int) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateVideo(String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateVideo(String, String, float, int, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
rateVideo(String, float, int) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph video object at the given URL.
rateVideo(String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph video object at the given URL.
rateVideo(String, String, float, int, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.rates" action for the OpenGraph video object at the given URL.
RatingActionMetadata - Class in org.springframework.social.facebook.api
Carries metadata related to a rating action (such as rating a book or a movie).
RatingActionMetadata() - Constructor for class org.springframework.social.facebook.api.RatingActionMetadata
 
readBook(String, long, float) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.reads" action for the OpenGraph book object at the given URL.
readBook(String, long, float, ActionMetadata) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.reads" action for the OpenGraph book object at the given URL.
readBook(String, long, float) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
readBook(String, long, float, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
RealTimeUpdate - Class in org.springframework.social.facebook.web
Represents a real-time update from Facebook.
RealTimeUpdate() - Constructor for class org.springframework.social.facebook.web.RealTimeUpdate
 
RealTimeUpdate.Entry - Class in org.springframework.social.facebook.web
Represents a single change entry.
RealTimeUpdate.Entry() - Constructor for class org.springframework.social.facebook.web.RealTimeUpdate.Entry
 
RealTimeUpdateController - Class in org.springframework.social.facebook.web
A Spring MVC controller that handles callbacks from Facebook's Real-Time Update API.
RealTimeUpdateController(Map<String, String>, List<UpdateHandler>, String) - Constructor for class org.springframework.social.facebook.web.RealTimeUpdateController
Constructs a RealTimeUpdateController.
receiveUpdate(String, String, String) - Method in class org.springframework.social.facebook.web.RealTimeUpdateController
Receives an update from Facebook's real-time API.
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
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 
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
 
reviewLink(String) - Method in class org.springframework.social.facebook.api.RatingActionMetadata
Sets a link to a review that accompanies a rating.
reviewText(String) - Method in class org.springframework.social.facebook.api.RatingActionMetadata
Sets review text to accompany a rating.
RsvpStatus - Enum in org.springframework.social.facebook.api
Enumeration of statuses that an invitee may have for an event.
runs(String) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.runs" action for the OpenGraph course object at the given URL.
runs(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.runs" action for the OpenGraph course object at the given URL.
runs(String) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
runs(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 

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
Deprecated. Use EventOperations.search(String, PagingParameters) instead.
search(String, PagingParameters) - 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
Deprecated. Use GroupOperations.search(String, PagingParameters) instead.
search(String, PagingParameters) - 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
Deprecated. Use FeedOperations.searchHomeFeed(String, PagingParameters) instead.
searchHomeFeed(String, PagingParameters) - 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
Deprecated. Use FeedOperations.searchPublicFeed(String, PagingParameters) instead.
searchPublicFeed(String, PagingParameters) - 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
Deprecated. Use FeedOperations.searchUserFeed(String, PagingParameters) instead
searchUserFeed(String, PagingParameters) - 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
Deprecated. Use FeedOperations.searchUserFeed(String, String, PagingParameters) instead.
searchUserFeed(String, String, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
Searches a specified user's feed.
sendInvitation(String, String...) - Method in interface org.springframework.social.facebook.api.EventOperations
Sends an event invitation to one or more users.
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
 
setDateIfNotNull(MultiValueMap<String, Object>, String, Date) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
setIfBooleanNotNull(MultiValueMap<String, Object>, String, Boolean) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
setIfNotNull(MultiValueMap<String, Object>, String, Object) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
setPostDeclineUrl(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The URL or path to redirect to if a user declines authorization.
setPostSignInUrl(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The URL or path to redirect to after successful canvas authorization.
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
 
setScope(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The scope to request during authorization.
setupModule(Module.SetupContext) - Method in class org.springframework.social.facebook.api.impl.json.FacebookModule
 
SignedRequest - Annotation Type in org.springframework.social.facebook.web
 
SignedRequestArgumentResolver - Class in org.springframework.social.facebook.web
Web argument resolver for controller handler method arguments that are annotated with SignedRequest.
SignedRequestArgumentResolver(String) - Constructor for class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 
SignedRequestDecoder - Class in org.springframework.social.facebook.web
Utility class for extracting the payload of a signed request sent by Facebook.
SignedRequestDecoder(String) - Constructor for class org.springframework.social.facebook.web.SignedRequestDecoder
 
SignedRequestException - Exception in org.springframework.social.facebook.web
Exception thrown by SignedRequestDecoder when there is a problem in decoding the signed_request parameter.
SignedRequestException(String) - Constructor for exception org.springframework.social.facebook.web.SignedRequestException
 
SignedRequestException(String, Throwable) - Constructor for exception org.springframework.social.facebook.web.SignedRequestException
 
signin(Model, NativeWebRequest) - Method in class org.springframework.social.facebook.web.CanvasSignInController
 
startTime(Date) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
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
 
StoryTag - Class in org.springframework.social.facebook.api
 
StoryTag(String, String, Integer, Integer) - Constructor for class org.springframework.social.facebook.api.StoryTag
 
StoryTagMapDeserializer - Class in org.springframework.social.facebook.api.impl.json
 
StoryTagMapDeserializer() - Constructor for class org.springframework.social.facebook.api.impl.json.StoryTagMapDeserializer
 
supportsParameter(MethodParameter) - Method in class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 
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(String) - Method in class org.springframework.social.facebook.api.ActionMetadata
 
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
 
tags(String...) - Method in class org.springframework.social.facebook.api.PostData
 
test(Facebook) - Method in class org.springframework.social.facebook.connect.FacebookAdapter
 
toMap() - Method in class org.springframework.social.facebook.api.PagingParameters
 
toParameters() - Method in class org.springframework.social.facebook.api.ActionMetadata
 
toParameters() - Method in class org.springframework.social.facebook.api.ListenActionMetadata
 
toParameters() - Method in class org.springframework.social.facebook.api.RatingActionMetadata
 
toParameters() - Method in class org.springframework.social.facebook.api.WatchActionMetadata
 
toRequestParameters() - Method in class org.springframework.social.facebook.api.PostData
 

U

unlike(String) - Method in interface org.springframework.social.facebook.api.LikeOperations
Unlike an object on behalf of the authenticated user.
UpdateHandler - Interface in org.springframework.social.facebook.web
Strategy interface for handling real time updates.
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.AgeRange
Returns the enum constant of this type with the specified name.
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.Post.Privacy
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.AgeRange
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.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.Post.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.RsvpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
verifySubscription(String, String, String) - Method in class org.springframework.social.facebook.web.RealTimeUpdateController
Handles subscription verification callback from Facebook.
via(String) - Method in class org.springframework.social.facebook.api.ListenActionMetadata
 
Video - Class in org.springframework.social.facebook.api
Model class representing a video.
videoActions() - Method in interface org.springframework.social.facebook.api.OpenGraphOperations
 
VideoActions - Interface in org.springframework.social.facebook.api
Defines operations for publishing OpenGraph actions pertaining to listening to music.
VideoActionsTemplate - Class in org.springframework.social.facebook.api.impl
 
VideoActionsTemplate(OpenGraphOperations) - Constructor for class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
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

walks(String) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.walks" action for the OpenGraph course object at the given URL.
walks(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.FitnessActions
Publishes a "fitness.walks" action for the OpenGraph course object at the given URL.
walks(String) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
walks(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.FitnessActionsTemplate
 
wantsToRead(String) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.wants_to_read" action for the OpenGraph book object at the given URL.
wantsToRead(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.BookActions
Publishes a "books.wants_to_read" action for the OpenGraph book object at the given URL.
wantsToRead(String) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
wantsToRead(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.BookActionsTemplate
 
wantsToWatch(String, String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatch(String, String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph video object at the given URL.
wantsToWatchEpisode(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchEpisode(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchEpisode(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph episode object at the given URL.
wantsToWatchEpisode(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph episode object at the given URL.
wantsToWatchMovie(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchMovie(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchMovie(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph movie object at the given URL.
wantsToWatchMovie(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph movie object at the given URL.
wantsToWatchTvShow(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchTvShow(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchTvShow(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph TV show object at the given URL.
wantsToWatchTvShow(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph TV show object at the given URL.
wantsToWatchVideo(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchVideo(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
wantsToWatchVideo(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph video object at the given URL.
wantsToWatchVideo(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.wants_to_watch" action for the OpenGraph video object at the given URL.
WatchActionMetadata - Class in org.springframework.social.facebook.api
 
WatchActionMetadata() - Constructor for class org.springframework.social.facebook.api.WatchActionMetadata
 
watchEpisode(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchEpisode(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchEpisode(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph episode object at the given URL.
watchEpisode(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph episode object at the given URL.
watchMovie(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchMovie(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchMovie(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph movie object at the given URL.
watchMovie(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph movie object at the given URL.
watchTvEpisode(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchTvEpisode(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchTvEpisode(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph TV episode object at the given URL.
watchTvEpisode(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph TV episode object at the given URL.
watchTvShow(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchTvShow(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchTvShow(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph TV show object at the given URL.
watchTvShow(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph TV show object at the given URL.
watchVideo(String) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchVideo(String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchVideo(String, String, ActionMetadata) - Method in class org.springframework.social.facebook.api.impl.VideoActionsTemplate
 
watchVideo(String) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph video object at the given URL.
watchVideo(String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph video object at the given URL.
watchVideo(String, String, ActionMetadata) - Method in interface org.springframework.social.facebook.api.VideoActions
Publishes a "video.watches" action for the OpenGraph video object at the given URL.
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 B C D E F G H I L M N O P Q R S T U V W