- 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.
- FacebookApiHelper(UsersConnectionRepository, UserIdSource) - Constructor for class org.springframework.social.facebook.config.support.FacebookApiHelper
-
- 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.
- FacebookError - Class in org.springframework.social.facebook.api
-
Represents an error returned from a bad Graph API request.
- FacebookError(Integer, String, String, Integer, String, String) - Constructor for class org.springframework.social.facebook.api.FacebookError
-
- FacebookErrors - Class in org.springframework.social.facebook.api
-
A set of constants for all of Facebook's error codes.
- FacebookErrors() - Constructor for class org.springframework.social.facebook.api.FacebookErrors
-
- 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.
- FacebookLink(String, 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
-
- FacebookNamespaceHandler() - Constructor for class org.springframework.social.facebook.config.xml.FacebookNamespaceHandler
-
- FacebookObject - Class in org.springframework.social.facebook.api
-
Base class for all Facebook types.
- FacebookObject() - Constructor for class org.springframework.social.facebook.api.FacebookObject
-
- facebookOperations(String) - Method in interface org.springframework.social.facebook.api.PageOperations
-
Returns a
Facebook
instance that will act on behalf of the given page.
- 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(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
-
- FacebookTemplate(String, String, String) - Constructor for class org.springframework.social.facebook.api.impl.FacebookTemplate
-
- FacebookWebArgumentResolver - Class in org.springframework.social.facebook.web
-
- 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
-
- FB_APP_DB_FAILURE - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- FB_APP_FETCH_FAILED - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- FB_APP_NO_DATA - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- FB_APP_NO_PERMISSIONS - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- FB_APP_TAG_MISSING - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- FB_APP_UNKNOWN_ERROR - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- 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, Integer, Integer) - 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
-
- fetchImage(String, String, Integer, Integer) - 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>, 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>, 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>, String...) - 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
-
- 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.
- FriendList - Class in org.springframework.social.facebook.api
-
- FriendList(String, String, String) - Constructor for class org.springframework.social.facebook.api.FriendList
-
- 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.
- 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.Page
-
- getAbout() - Method in class org.springframework.social.facebook.api.User
-
The user's brief about blurb.
- getAccessToken() - Method in class org.springframework.social.facebook.api.Account
-
- getAccessToken() - Method in class org.springframework.social.facebook.api.Page
-
Access token that can be used to act as the Page.
- getAccessToken(String) - Method in interface org.springframework.social.facebook.api.PageOperations
-
Returns the access token for a given page.
- getAccessToken() - Method in class org.springframework.social.facebook.api.TestUser
-
- getAccount(String) - Method in interface org.springframework.social.facebook.api.PageOperations
-
Returns an
Account
object for the user's access to the given page.
- 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.
- getAchievement() - Method in class org.springframework.social.facebook.api.Achievement.AchievementData
-
- getAchievement(String) - Method in interface org.springframework.social.facebook.api.AchievementOperations
-
- getAchievements() - Method in interface org.springframework.social.facebook.api.AchievementOperations
-
- getAchievementType() - Method in class org.springframework.social.facebook.api.Achievement
-
- getAchievementType(String) - Method in interface org.springframework.social.facebook.api.AchievementOperations
-
- getAchievementTypes() - Method in interface org.springframework.social.facebook.api.AchievementOperations
-
- getActions() - Method in class org.springframework.social.facebook.api.Post
-
- getAddress() - Method in class org.springframework.social.facebook.api.User
-
Deprecated.
Facebook no longer supports the address field in user profiles. Will return null for newer versions of the Graph API.
- getAdminCreator() - Method in class org.springframework.social.facebook.api.Post
-
- 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.User
-
The user's age range.
- getAlbum(String) - Method in interface org.springframework.social.facebook.api.MediaOperations
-
Retrieves data for a specific album.
- getAlbum() - Method in class org.springframework.social.facebook.api.Photo
-
- 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.
- getAlbums() - Method in interface org.springframework.social.facebook.api.MediaOperations
-
Retrieves a list of albums belonging to the authenticated user.
- 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, PagingParameters) - Method in interface org.springframework.social.facebook.api.MediaOperations
-
Retrieves a list of albums belonging to a specific owner (user, page, etc).
- getAllMutualFriends(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
Fetches a counted list of (at most 25) friends that the authenticated user shares in common with the given user.
- getAllMutualFriends(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
Fetches a counted list of friends that the authenticated user shares in common with the given user.
- getAllow() - Method in class org.springframework.social.facebook.api.Post.Privacy
-
- getApi() - Method in class org.springframework.social.facebook.config.support.FacebookApiHelper
-
- getApi(String) - Method in class org.springframework.social.facebook.connect.FacebookServiceProvider
-
- getApp() - Method in class org.springframework.social.facebook.api.UserIdForApp
-
- getAppId() - Method in class org.springframework.social.facebook.api.Page
-
- getApplication() - Method in class org.springframework.social.facebook.api.Achievement
-
- getApplication() - Method in class org.springframework.social.facebook.api.AchievementType
-
- 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
-
- getArtistsWeLike() - Method in class org.springframework.social.facebook.api.Page
-
- getAttachment() - Method in class org.springframework.social.facebook.api.Comment
-
- getAttending() - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user is attending.
- getAttending(PagingParameters) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user is attending.
- getAttending(String) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves the list of an event's invitees who have accepted the invitation.
- getAttire() - Method in class org.springframework.social.facebook.api.Page
-
- getAwards() - Method in class org.springframework.social.facebook.api.Page
-
- getBackdatedTime() - Method in class org.springframework.social.facebook.api.Photo
-
- getBackdatedTimeGranularity() - Method in class org.springframework.social.facebook.api.Photo
-
- getBandInterests() - Method in class org.springframework.social.facebook.api.Page
-
- getBandMembers() - Method in class org.springframework.social.facebook.api.Page
-
- getBaseGraphApiUrl() - Method in interface org.springframework.social.facebook.api.GraphApi
-
- getBaseGraphApiUrl() - Method in class org.springframework.social.facebook.api.impl.FacebookTemplate
-
- getBefore() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getBestPage() - Method in class org.springframework.social.facebook.api.Page
-
- getBio() - Method in class org.springframework.social.facebook.api.Page
-
- getBio() - Method in class org.springframework.social.facebook.api.User
-
The user's bio.
- getBirthday() - Method in class org.springframework.social.facebook.api.Page
-
- getBirthday() - Method in class org.springframework.social.facebook.api.User
-
The user's birthday.
- getBookingAgent() - Method in class org.springframework.social.facebook.api.Page
-
- getBookmarkOrder() - Method in class org.springframework.social.facebook.api.GroupMembership
-
- 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.
- getBuilt() - Method in class org.springframework.social.facebook.api.Page
-
- getBusiness() - Method in class org.springframework.social.facebook.api.Page
-
- 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
-
- getCategoryList() - Method in class org.springframework.social.facebook.api.Page
-
- getChangedFields() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
-
- getCheckin(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves details for a single checkin.
- getCheckins() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves a list of up to 25 recent checkins for the authenticated user.
- getCheckins(PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves a list of checkins for the authenticated user.
- getCheckins() - Method in class org.springframework.social.facebook.api.Page
-
- getCity() - Method in class org.springframework.social.facebook.api.Location
-
- getCity() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getCityPage() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getClasses() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getCode() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getComment(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
-
Retrieves a single comment
- getCommentCount() - Method in class org.springframework.social.facebook.api.Comment
-
- getComments(String) - Method in interface org.springframework.social.facebook.api.CommentOperations
-
Retrieves the first 25 comments for a given object.
- getComments(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.CommentOperations
-
Retrieves comments for a given object.
- getCompanyOverview() - Method in class org.springframework.social.facebook.api.Page
-
- getConcentration() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getContactAddress() - Method in class org.springframework.social.facebook.api.Page
-
- getCount() - Method in class org.springframework.social.facebook.api.Album
-
- getCount() - Method in class org.springframework.social.facebook.api.Engagement
-
- getCount() - Method in class org.springframework.social.facebook.api.ListAndCount
-
- getCountry() - Method in class org.springframework.social.facebook.api.Location
-
- getCountry() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getCountryPageLikes() - Method in class org.springframework.social.facebook.api.Page
-
- getCountString() - Method in class org.springframework.social.facebook.api.Engagement
-
- getCountStringWithLike() - Method in class org.springframework.social.facebook.api.Engagement
-
- getCountStringWithoutLike() - Method in class org.springframework.social.facebook.api.Engagement
-
- getCover() - Method in class org.springframework.social.facebook.api.Event
-
- getCover() - Method in class org.springframework.social.facebook.api.Group
-
- getCover() - Method in class org.springframework.social.facebook.api.Page
-
- getCover() - Method in class org.springframework.social.facebook.api.User
-
- getCoverPhoto() - Method in class org.springframework.social.facebook.api.Album
-
The ID of the Photo object that is the cover photo for the album.
- getCreated() - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has created.
- getCreated(PagingParameters) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has created.
- getCreatedTime() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Album
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Comment
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Photo
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.PlaceTag
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Post
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Tag
-
- getCreatedTime() - Method in class org.springframework.social.facebook.api.Video
-
- getCredits() - Method in class org.springframework.social.facebook.api.PaymentPricePoint
-
- getCulinaryTeam() - Method in class org.springframework.social.facebook.api.Page
-
- getCurrency() - Method in class org.springframework.social.facebook.api.User
-
- getCurrencyOffset() - Method in class org.springframework.social.facebook.api.Currency
-
- getCurrentLocation() - Method in class org.springframework.social.facebook.api.Page
-
- getDeclined() - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has declined.
- getDeclined(PagingParameters) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has declined.
- getDeclined(String) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves the list of an event's invitees who have declined the invitation.
- getDegree() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getDeny() - Method in class org.springframework.social.facebook.api.Post.Privacy
-
- getDescription() - Method in class org.springframework.social.facebook.api.AchievementType
-
- 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.Experience
-
- 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.Post.Privacy
-
- getDescription() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getDescription() - Method in class org.springframework.social.facebook.api.Video
-
- getDescription() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- getDescriptionHtml() - Method in class org.springframework.social.facebook.api.Page
-
- getDescriptionTags() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getDevices() - Method in class org.springframework.social.facebook.api.User
-
- getDirectedBy() - Method in class org.springframework.social.facebook.api.Page
-
- getEducation() - Method in class org.springframework.social.facebook.api.User
-
The user's education history.
- getEmail() - Method in class org.springframework.social.facebook.api.Group
-
- getEmail() - Method in class org.springframework.social.facebook.api.TestUser
-
- getEmail() - Method in class org.springframework.social.facebook.api.User
-
The user's email address.
- getEmails() - Method in class org.springframework.social.facebook.api.Page
-
- getEmbedHtml() - Method in class org.springframework.social.facebook.api.Video
-
- getEmbedHtml() - Method in class org.springframework.social.facebook.api.Video.VideoFormat
-
- getEmployer() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getEndDate() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getEndDate() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- getEndTime() - Method in class org.springframework.social.facebook.api.Event
-
- getEndTime() - Method in class org.springframework.social.facebook.api.Invitation
-
- getEngagement() - Method in class org.springframework.social.facebook.api.Page
-
- getEntries() - Method in class org.springframework.social.facebook.web.RealTimeUpdate
-
- 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.User
-
A list of references to the user's favorite athletes.
- getFavoriteTeams() - Method in class org.springframework.social.facebook.api.User
-
A list of references to the user's favorite sports teams.
- getFeatures() - Method in class org.springframework.social.facebook.api.Page
-
- getFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves recent posts for the authenticated user.
- 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, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves recent feed entries for a given user.
- getFilter() - Method in class org.springframework.social.facebook.api.Video.VideoFormat
-
- getFirstName() - Method in class org.springframework.social.facebook.api.User
-
The user's first name
- getFirstName() - Method in class org.springframework.social.facebook.api.UserInvitableFriend
-
- getFirstName() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getFloat(String) - Method in class org.springframework.social.facebook.api.FqlResult
-
Returns the value of the identified field as a Float.
- getFoodStyles() - Method in class org.springframework.social.facebook.api.Page
-
- getFormat() - Method in class org.springframework.social.facebook.api.Video
-
- getFounded() - Method in class org.springframework.social.facebook.api.Page
-
- 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.
- getFriendLists() - Method in interface org.springframework.social.facebook.api.FriendOperations
-
Retrieves a list of custom friend lists belonging to the authenticated user.
- getFriendProfiles() - Method in interface org.springframework.social.facebook.api.FriendOperations
-
Retrieves the profile data for all of an authenticated user's friends.
- 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, 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.
- getFriends() - Method in class org.springframework.social.facebook.api.Post.Privacy
-
- getFriendsTaggedAt(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsTaggedAt(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsUsingApp(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsUsingApp(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoLike(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoLike(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoListenTo(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoListenTo(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoWatched(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFriendsWhoWatched(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
- getFrom() - Method in class org.springframework.social.facebook.api.Achievement
-
- getFrom() - Method in class org.springframework.social.facebook.api.Album
-
- getFrom() - Method in class org.springframework.social.facebook.api.Comment
-
- getFrom() - Method in class org.springframework.social.facebook.api.Experience
-
- getFrom() - Method in class org.springframework.social.facebook.api.Photo
-
- getFrom() - Method in class org.springframework.social.facebook.api.Post
-
- getFrom() - Method in class org.springframework.social.facebook.api.Video
-
- getFrom() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- 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.User
-
The user's gender
- getGeneralInfo() - Method in class org.springframework.social.facebook.api.Page
-
- getGeneralManager() - Method in class org.springframework.social.facebook.api.Page
-
- getGenre() - Method in class org.springframework.social.facebook.api.Page
-
- getGlobalBrandPageName() - Method in class org.springframework.social.facebook.api.Page
-
- getGlobalBrandParentPage() - Method in class org.springframework.social.facebook.api.Page
-
- getGlobalBrandRootId() - Method in class org.springframework.social.facebook.api.Page
-
- 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.
- getHardware() - Method in class org.springframework.social.facebook.api.Device
-
- getHeight() - Method in class org.springframework.social.facebook.api.AchievementType.Image
-
- getHeight() - Method in class org.springframework.social.facebook.api.ImageSource
-
- getHeight() - Method in class org.springframework.social.facebook.api.Photo
-
- getHeight() - Method in class org.springframework.social.facebook.api.Photo.Image
-
- getHeight() - Method in class org.springframework.social.facebook.api.ProfilePictureSource
-
- getHeight() - Method in class org.springframework.social.facebook.api.Video.VideoFormat
-
- getHomeFeed() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the user's home feed.
- 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.Page
-
- getHometown() - Method in class org.springframework.social.facebook.api.User
-
The user's hometown.
- getHours() - Method in class org.springframework.social.facebook.api.Page
-
- getHref() - Method in class org.springframework.social.facebook.api.PostProperty
-
- 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.Achievement
-
- getId() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getId() - Method in class org.springframework.social.facebook.api.Album
-
- getId() - Method in class org.springframework.social.facebook.api.Comment
-
- 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
-
- getId() - Method in class org.springframework.social.facebook.api.Experience
-
- getId() - Method in class org.springframework.social.facebook.api.Group
-
- getId() - Method in class org.springframework.social.facebook.api.GroupMembership
-
- getId() - Method in class org.springframework.social.facebook.api.Location
-
- getId() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getId() - Method in class org.springframework.social.facebook.api.MessageTag
-
- 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.Place
-
- getId() - Method in class org.springframework.social.facebook.api.PlaceTag
-
- getId() - Method in class org.springframework.social.facebook.api.Post.AdminCreator
-
- getId() - Method in class org.springframework.social.facebook.api.Post
-
- getId() - Method in class org.springframework.social.facebook.api.Reference
-
- getId() - Method in class org.springframework.social.facebook.api.StoryAttachment.StoryAttachmentTarget
-
- getId() - Method in class org.springframework.social.facebook.api.Tag
-
- getId() - Method in class org.springframework.social.facebook.api.TestUser
-
- getId() - Method in class org.springframework.social.facebook.api.User
-
The user's Facebook ID
- getId() - Method in class org.springframework.social.facebook.api.UserIdForApp
-
- getId() - Method in class org.springframework.social.facebook.api.UserInvitableFriend
-
- getId() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getId() - Method in class org.springframework.social.facebook.api.Video
-
- getId() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- getId() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
-
- getIdsForBusiness() - Method in interface org.springframework.social.facebook.api.UserOperations
-
Fetches IDs that the user has on any applications associated with the calling application via Facebook's Business Mapping API.
- getImage() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getImage() - Method in class org.springframework.social.facebook.api.StoryAttachment.StoryAttachmentMedia
-
- getImages() - Method in class org.springframework.social.facebook.api.Photo
-
- getImportance() - Method in class org.springframework.social.facebook.api.Achievement.AchievementData
-
- getImportance() - Method in class org.springframework.social.facebook.api.Achievement
-
- getInfluences() - Method in class org.springframework.social.facebook.api.Page
-
- getInspirationalPeople() - Method in class org.springframework.social.facebook.api.User
-
A list of references to people the user is inspired by.
- getInstallType() - Method in class org.springframework.social.facebook.api.User
-
- 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.User
-
- getInvitableFriends() - Method in interface org.springframework.social.facebook.api.FriendOperations
-
Retrieves a list of the authenticated user's friends that can be invited.
- 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.User
-
A list of references to languages the user claims to know.
- getLastName() - Method in class org.springframework.social.facebook.api.User
-
The user's last name
- getLastName() - Method in class org.springframework.social.facebook.api.UserInvitableFriend
-
- getLastName() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getLatitude() - Method in class org.springframework.social.facebook.api.Location
-
- getLength() - Method in class org.springframework.social.facebook.api.MessageTag
-
- getLength() - Method in class org.springframework.social.facebook.api.VideoUploadLimits
-
- getLikeCount() - Method in class org.springframework.social.facebook.api.Comment
-
- 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
-
- getLimit() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getLink() - Method in class org.springframework.social.facebook.api.Action
-
- 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.Group
-
- 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
-
- getLink() - Method in class org.springframework.social.facebook.api.User
-
A link to the user's profile on Facebook.
- getLinks() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the link entries from the authenticated user's feed.
- 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, 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
-
- getListType() - Method in class org.springframework.social.facebook.api.FriendList
-
- getLocalCurrency() - Method in class org.springframework.social.facebook.api.PaymentPricePoint
-
- getLocale() - Method in class org.springframework.social.facebook.api.User
-
The user's locale
- getLocatedIn() - Method in class org.springframework.social.facebook.api.Location
-
- getLocation() - Method in class org.springframework.social.facebook.api.Album
-
- getLocation() - Method in class org.springframework.social.facebook.api.Invitation
-
- getLocation() - Method in class org.springframework.social.facebook.api.Page
-
- getLocation() - Method in class org.springframework.social.facebook.api.Place
-
- getLocation() - Method in class org.springframework.social.facebook.api.User
-
The user's location.
- getLocation() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getLoginUrl() - Method in class org.springframework.social.facebook.api.TestUser
-
- 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() - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user may be attending.
- getMaybeAttending(PagingParameters) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user may be attending.
- 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.
- getMedia() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getMeetingFor() - Method in class org.springframework.social.facebook.api.User
-
- 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.
- getMembers() - Method in class org.springframework.social.facebook.api.Page
-
- 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.Comment
-
- getMessage() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getMessage() - Method in class org.springframework.social.facebook.api.Post
-
- getMessageTags() - Method in class org.springframework.social.facebook.api.Comment
-
- getMessageTags() - Method in class org.springframework.social.facebook.api.Post
-
- getMiddleName() - Method in class org.springframework.social.facebook.api.User
-
The user's middle name
- getMiddleName() - Method in class org.springframework.social.facebook.api.UserInvitableFriend
-
- getMiddleName() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getMin() - Method in enum org.springframework.social.facebook.api.AgeRange
-
- getMission() - Method in class org.springframework.social.facebook.api.Page
-
- getMobile() - Method in class org.springframework.social.facebook.api.PaymentPricePoints
-
- 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.
- getMpg() - Method in class org.springframework.social.facebook.api.Page
-
- 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.SocialContextOperations
-
Fetches a counted list of (at most 25) friends that the authenticated user shares in common with the given user.
- getMutualFriends(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
Fetches a counted list of friends that the authenticated user shares in common with the given user.
- getMutualLikes(String) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
Fetches a counted list of (at most 25) pages that both the authenticated user shares and the given user have liked.
- getMutualLikes(String, int) - Method in interface org.springframework.social.facebook.api.SocialContextOperations
-
Fetches a counted list of pages that both the authenticated user shares and the given user have liked.
- getName() - Method in class org.springframework.social.facebook.api.Account
-
- getName() - Method in class org.springframework.social.facebook.api.Action
-
- 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
-
- getName() - Method in class org.springframework.social.facebook.api.Experience
-
- getName() - Method in class org.springframework.social.facebook.api.FacebookLink
-
- getName() - Method in class org.springframework.social.facebook.api.Group
-
- getName() - Method in class org.springframework.social.facebook.api.GroupMembership
-
- getName() - Method in class org.springframework.social.facebook.api.Invitation
-
- getName() - Method in class org.springframework.social.facebook.api.Location
-
- getName() - Method in class org.springframework.social.facebook.api.MessageTag
-
- getName() - Method in class org.springframework.social.facebook.api.Page
-
- getName() - Method in class org.springframework.social.facebook.api.Permission
-
- getName() - Method in class org.springframework.social.facebook.api.Photo
-
- getName() - Method in class org.springframework.social.facebook.api.Place
-
- getName() - Method in class org.springframework.social.facebook.api.Post.AdminCreator
-
- getName() - Method in class org.springframework.social.facebook.api.Post
-
- getName() - Method in class org.springframework.social.facebook.api.PostProperty
-
- getName() - Method in class org.springframework.social.facebook.api.Reference
-
- getName() - Method in class org.springframework.social.facebook.api.Tag
-
- getName() - Method in class org.springframework.social.facebook.api.User
-
The user's full name
- getName() - Method in class org.springframework.social.facebook.api.UserInvitableFriend
-
- getName() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getName() - Method in class org.springframework.social.facebook.api.Video
-
- getName() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- getNameFormat() - Method in class org.springframework.social.facebook.api.User
-
- getNamespace() - Method in class org.springframework.social.facebook.api.Post.AdminCreator
-
- getNetwork() - Method in class org.springframework.social.facebook.api.Page
-
- getNetworks() - Method in class org.springframework.social.facebook.api.Post.Privacy
-
- getNewLikeCount() - Method in class org.springframework.social.facebook.api.Page
-
- getNextPage() - Method in class org.springframework.social.facebook.api.PagedList
-
- getNoReplies() - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has not replied.
- getNoReplies(PagingParameters) - Method in interface org.springframework.social.facebook.api.EventOperations
-
Retrieves a list of invitations for events that the authenticated user has not replied.
- 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.
- 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
-
- getObjectId() - Method in class org.springframework.social.facebook.api.Post
-
- getOffset() - Method in class org.springframework.social.facebook.api.MessageTag
-
- getOffset() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getOffsetX() - Method in class org.springframework.social.facebook.api.CoverPhoto
-
- getOffsetY() - Method in class org.springframework.social.facebook.api.CoverPhoto
-
- getOS() - Method in class org.springframework.social.facebook.api.Device
-
- 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.
- getPagedListParameters(JsonNode, String) - Static method in class org.springframework.social.facebook.api.impl.PagedListUtils
-
- getPageId() - Method in class org.springframework.social.facebook.api.PagePostData
-
- getPageId() - Method in class org.springframework.social.facebook.api.PageUpdate
-
- 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.
- getPageStoryId() - Method in class org.springframework.social.facebook.api.Photo
-
- getPagingParameters(PagingParameters) - Static method in class org.springframework.social.facebook.api.impl.PagedListUtils
-
- getPagingToken() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getParent() - Method in class org.springframework.social.facebook.api.Comment
-
- getParentGroup() - Method in class org.springframework.social.facebook.api.Event
-
- getParentPage() - Method in class org.springframework.social.facebook.api.Page
-
- getParking() - Method in class org.springframework.social.facebook.api.Page
-
- getPassword() - Method in class org.springframework.social.facebook.api.TestUser
-
- getPaymentOptions() - Method in class org.springframework.social.facebook.api.Page
-
- getPaymentPricePoints() - Method in class org.springframework.social.facebook.api.User
-
- getPermissions() - Method in class org.springframework.social.facebook.api.Account
-
- getPersonalInfo() - Method in class org.springframework.social.facebook.api.Page
-
- getPersonalInterests() - Method in class org.springframework.social.facebook.api.Page
-
- getPharmaSafetyInfo() - Method in class org.springframework.social.facebook.api.Page
-
- 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.
- 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, 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.FacebookLink
-
- getPicture() - Method in class org.springframework.social.facebook.api.Photo
-
- getPicture() - Method in class org.springframework.social.facebook.api.Post
-
- getPicture() - Method in class org.springframework.social.facebook.api.UserTaggableFriend
-
- getPicture() - Method in class org.springframework.social.facebook.api.Video
-
- getPicture() - Method in class org.springframework.social.facebook.api.Video.VideoFormat
-
- getPlace() - Method in class org.springframework.social.facebook.api.Album
-
- getPlace() - Method in class org.springframework.social.facebook.api.Event
-
- getPlace() - Method in class org.springframework.social.facebook.api.Photo
-
- getPlace() - Method in class org.springframework.social.facebook.api.PlaceTag
-
- getPlace() - Method in class org.springframework.social.facebook.api.Post
-
- getPlotOutline() - Method in class org.springframework.social.facebook.api.Page
-
- getPoints() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getPolitical() - Method in class org.springframework.social.facebook.api.User
-
The user's political affiliation.
- getPosition() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getPost(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves a single post.
- getPostalCode() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getPosts() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries from the authenticated user's feed.
- 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, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries from the specified owner's feed.
- getPressContact() - Method in class org.springframework.social.facebook.api.Page
-
- getPreviousPage() - Method in class org.springframework.social.facebook.api.PagedList
-
- getPriceRange() - Method in class org.springframework.social.facebook.api.Page
-
- 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
-
- getPrivacy() - Method in class org.springframework.social.facebook.api.Post
-
- getProducedBy() - Method in class org.springframework.social.facebook.api.Page
-
- getProducts() - Method in class org.springframework.social.facebook.api.Page
-
- getProjects() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getPromotionIneligibleReason() - Method in class org.springframework.social.facebook.api.Page
-
- getProperties() - Method in class org.springframework.social.facebook.api.Post
-
- getProviderConfigBeanDefinitionParser() - Method in class org.springframework.social.facebook.config.xml.FacebookNamespaceHandler
-
- getPublicTransit() - Method in class org.springframework.social.facebook.api.Page
-
- getPublishTime() - Method in class org.springframework.social.facebook.api.Achievement
-
- getQuotes() - Method in class org.springframework.social.facebook.api.User
-
The user's quotations.
- getReasonCode() - Method in class org.springframework.social.facebook.api.VoipInfo
-
- getReasonDescription() - Method in class org.springframework.social.facebook.api.VoipInfo
-
- getRecordLabel() - Method in class org.springframework.social.facebook.api.Page
-
- getRegion() - Method in class org.springframework.social.facebook.api.Location
-
- getRegion() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getRelationship() - Method in class org.springframework.social.facebook.api.FamilyMember
-
- getRelationshipStatus() - Method in class org.springframework.social.facebook.api.User
-
The user's relationship status.
- getReleaseDate() - Method in class org.springframework.social.facebook.api.Page
-
- getReligion() - Method in class org.springframework.social.facebook.api.User
-
The user's religion.
- getRestaurantServices() - Method in class org.springframework.social.facebook.api.Page
-
- getRestaurantSpecialties() - Method in class org.springframework.social.facebook.api.Page
-
- getRsvpStatus() - Method in class org.springframework.social.facebook.api.EventInvitee
-
- getRsvpStatus() - Method in class org.springframework.social.facebook.api.Invitation
-
- getSchedule() - Method in class org.springframework.social.facebook.api.Page
-
- getSchool() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getScreenplayBy() - Method in class org.springframework.social.facebook.api.Page
-
- getSeason() - Method in class org.springframework.social.facebook.api.Page
-
- getSecureBrowsing() - Method in class org.springframework.social.facebook.api.SecuritySettings
-
- getSecuritySettings() - Method in class org.springframework.social.facebook.api.User
-
- getShares() - Method in class org.springframework.social.facebook.api.Post
-
- getSignificantOther() - Method in class org.springframework.social.facebook.api.User
-
The user's significant other.
- getSince() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getSize() - Method in class org.springframework.social.facebook.api.VideoUploadLimits
-
- getSocialSentence() - Method in class org.springframework.social.facebook.api.Engagement
-
- getSocialSentenceWithLike() - Method in class org.springframework.social.facebook.api.Engagement
-
- getSocialSentenceWithoutLike() - Method in class org.springframework.social.facebook.api.Engagement
-
- getSource() - Method in class org.springframework.social.facebook.api.CoverPhoto
-
- getSource() - Method in class org.springframework.social.facebook.api.ImageSource
-
- 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.Post
-
- getSource() - Method in class org.springframework.social.facebook.api.Video
-
- getSports() - Method in class org.springframework.social.facebook.api.User
-
- getStarring() - Method in class org.springframework.social.facebook.api.Page
-
- getStartDate() - Method in class org.springframework.social.facebook.api.WorkEntry
-
- getStartDate() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- 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
-
- getStatus() - Method in class org.springframework.social.facebook.api.Permission
-
- getStatuses() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the status entries from the authenticated user's feed.
- 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, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the status entries from the specified user's feed.
- getStatusType() - Method in class org.springframework.social.facebook.api.Post
-
- getStoreNumber() - Method in class org.springframework.social.facebook.api.Page
-
- getStory() - Method in class org.springframework.social.facebook.api.Post
-
- getStreet() - Method in class org.springframework.social.facebook.api.Location
-
- getStreet1() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getStreet2() - Method in class org.springframework.social.facebook.api.MailingAddress
-
- getString(String) - Method in class org.springframework.social.facebook.api.FqlResult
-
Returns the value of the identified field as a String.
- getStudio() - Method in class org.springframework.social.facebook.api.Page
-
- getSubcode() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getTaggableFriends() - Method in interface org.springframework.social.facebook.api.FriendOperations
-
Retrieves a list of the authenticated user's friends that can be tagged in a post.
- getTagged() - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries that the authenticated user was tagged in.
- getTagged(PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries that the authenticated user was tagged in.
- getTagged(String) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries that the specified user was tagged in.
- getTagged(String, PagingParameters) - Method in interface org.springframework.social.facebook.api.FeedOperations
-
Retrieves the post entries that the specified user was tagged in.
- getTaggedPlaces() - Method in interface org.springframework.social.facebook.api.UserOperations
-
Fetches a list of places that the user has checked into or has been tagged at.
- getTags() - Method in class org.springframework.social.facebook.api.Photo
-
- getTags() - Method in class org.springframework.social.facebook.api.Video
-
- getTalkingAboutCount() - Method in class org.springframework.social.facebook.api.Page
-
- getTarget() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- 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.
- getTestGroup() - Method in class org.springframework.social.facebook.api.User
-
- getText() - Method in class org.springframework.social.facebook.api.PostProperty
-
- getThirdPartyId() - Method in class org.springframework.social.facebook.api.User
-
An anonymous, but unique identifier for the user.
- getTicketUri() - Method in class org.springframework.social.facebook.api.Event
-
- 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
-
- getTimeZone() - Method in class org.springframework.social.facebook.api.Event
-
- getTimeZone() - Method in class org.springframework.social.facebook.api.Invitation
-
- getTimezone() - Method in class org.springframework.social.facebook.api.User
-
The user's timezone offset from UTC.
- getTitle() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getTitle() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getTo() - Method in class org.springframework.social.facebook.api.Post
-
- getTotalCount() - Method in class org.springframework.social.facebook.api.CountedList
-
The total number of objects.
- getType() - Method in class org.springframework.social.facebook.api.Achievement
-
- getType() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getType() - Method in class org.springframework.social.facebook.api.Album
-
- getType() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getType() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getType() - Method in class org.springframework.social.facebook.api.MessageTag
-
- getType() - Method in class org.springframework.social.facebook.api.Post
-
- getType() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getUnread() - Method in class org.springframework.social.facebook.api.GroupMembership
-
- getUnreadMessageCount() - Method in class org.springframework.social.facebook.api.Page
-
- getUnreadNotificationCount() - Method in class org.springframework.social.facebook.api.Page
-
- getUnseenMessageCount() - Method in class org.springframework.social.facebook.api.Page
-
- getUntil() - Method in class org.springframework.social.facebook.api.PagingParameters
-
- getUpdatedTime() - Method in class org.springframework.social.facebook.api.AchievementType
-
- 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.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.User
-
The last time the user's profile was updated.
- getUpdatedTime() - Method in class org.springframework.social.facebook.api.Video
-
- getUrl() - Method in class org.springframework.social.facebook.api.AchievementType
-
- getUrl() - Method in class org.springframework.social.facebook.api.AchievementType.Image
-
- getUrl() - Method in class org.springframework.social.facebook.api.ApplicationReference
-
- getUrl() - Method in class org.springframework.social.facebook.api.ProfilePictureSource
-
- getUrl() - Method in class org.springframework.social.facebook.api.StoryAttachment
-
- getUrl() - Method in class org.springframework.social.facebook.api.StoryAttachment.StoryAttachmentTarget
-
- getUsdExchange() - Method in class org.springframework.social.facebook.api.Currency
-
- getUsdExchangeInverse() - Method in class org.springframework.social.facebook.api.Currency
-
- getUserCurrency() - Method in class org.springframework.social.facebook.api.Currency
-
- getUserMessage() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getUsername() - Method in class org.springframework.social.facebook.api.Page
-
- 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.
- getUserPrice() - Method in class org.springframework.social.facebook.api.PaymentPricePoint
-
- 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.
- getUserProfileImage(Integer, Integer) - Method in interface org.springframework.social.facebook.api.UserOperations
-
Retrieves the user's profile image.
- getUserProfileImage(String, Integer, Integer) - Method in interface org.springframework.social.facebook.api.UserOperations
-
Retrieves the user's profile image.
- getUserTitle() - Method in class org.springframework.social.facebook.api.FacebookError
-
- getValue() - Method in class org.springframework.social.facebook.api.Post.Privacy
-
- 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.
- getVideoImage(String) - 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(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, PagingParameters) - Method in interface org.springframework.social.facebook.api.MediaOperations
-
Retrieves a list of videos that a specified user is tagged in.
- getVideoUploadLimits() - Method in class org.springframework.social.facebook.api.User
-
- getVoipInfo() - Method in class org.springframework.social.facebook.api.Page
-
- getWebsite() - Method in class org.springframework.social.facebook.api.Page
-
- getWebsite() - Method in class org.springframework.social.facebook.api.User
-
A link to the user's personal website.
- getWereHereCount() - Method in class org.springframework.social.facebook.api.Page
-
- getWidth() - Method in class org.springframework.social.facebook.api.AchievementType.Image
-
- getWidth() - Method in class org.springframework.social.facebook.api.ImageSource
-
- getWidth() - Method in class org.springframework.social.facebook.api.Photo
-
- getWidth() - Method in class org.springframework.social.facebook.api.Photo.Image
-
- getWidth() - Method in class org.springframework.social.facebook.api.ProfilePictureSource
-
- getWidth() - Method in class org.springframework.social.facebook.api.Video.VideoFormat
-
- getWith() - Method in class org.springframework.social.facebook.api.EducationExperience
-
- getWith() - Method in class org.springframework.social.facebook.api.Experience
-
- getWith() - Method in class org.springframework.social.facebook.api.WorkEntry.Project
-
- getWithTags() - Method in class org.springframework.social.facebook.api.Post
-
- getWork() - Method in class org.springframework.social.facebook.api.User
-
The user's work history.
- getWrittenBy() - Method in class org.springframework.social.facebook.api.Page
-
- 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.EducationExperience
-
- getZip() - Method in class org.springframework.social.facebook.api.Location
-
- GRAPH_API_URL - Static variable in interface org.springframework.social.facebook.api.GraphApi
-
Deprecated.
Use getBaseGraphApiUrl() instead.
- 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() - 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
-
- 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
-
- 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.Page.PriceRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.social.facebook.api.Photo.TimeGranularity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.social.facebook.api.Post.FriendsPrivacyType
-
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.PrivacyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.social.facebook.api.Post.StatusType
-
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.Page.PriceRange
-
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.Photo.TimeGranularity
-
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.FriendsPrivacyType
-
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.PrivacyType
-
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.StatusType
-
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.
- VERSION - Static variable in class org.springframework.social.facebook.api.FacebookErrors
-
- via(String) - Method in class org.springframework.social.facebook.api.ListenActionMetadata
-
- Video - Class in org.springframework.social.facebook.api
-
Model class representing a video.
- Video() - Constructor for class org.springframework.social.facebook.api.Video
-
- Video.VideoFormat - Class in org.springframework.social.facebook.api
-
- Video.VideoFormat() - Constructor for class org.springframework.social.facebook.api.Video.VideoFormat
-
- 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
-
- VideoUploadLimits - Class in org.springframework.social.facebook.api
-
Domain type describing limits on the time length and size of videos that can be uploaded.
- VideoUploadLimits(long, long) - Constructor for class org.springframework.social.facebook.api.VideoUploadLimits
-
- viewerCanSendGift() - Method in class org.springframework.social.facebook.api.User
-
- VoipInfo - Class in org.springframework.social.facebook.api
-
- VoipInfo() - Constructor for class org.springframework.social.facebook.api.VoipInfo
-