public interface Facebook extends GraphApi, org.springframework.social.ApiBinding
FacebookTemplate.| Modifier and Type | Method and Description |
|---|---|
AchievementOperations |
achievementOperations()
API for working with achievements.
|
CommentOperations |
commentOperations()
API for reading and posting comments.
|
EventOperations |
eventOperations()
API for performing operations on events.
|
FeedOperations |
feedOperations()
API for performing operations on feeds.
|
FriendOperations |
friendOperations()
API for performing operations with a user's set of friends.
|
String |
getApplicationNamespace() |
GroupOperations |
groupOperations()
API for performing operations on groups.
|
LikeOperations |
likeOperations()
API for performing operations against user likes and interests.
|
MediaOperations |
mediaOperations()
API for performing operations on albums, photos, and videos.
|
OpenGraphOperations |
openGraphOperations()
API for working with OpenGraph actions.
|
PageOperations |
pageOperations()
API for working with Facebook pages.
|
RestOperations |
restOperations()
Returns the underlying
RestOperations object allowing for consumption of Facebook endpoints that may not be otherwise covered by the API binding. |
SocialContextOperations |
socialContextOperations()
API for working with social contexts.
|
TestUserOperations |
testUserOperations()
API for working with test users on Facebook.
|
UserOperations |
userOperations()
API for performing operations on Facebook user profiles.
|
delete, delete, delete, fetchConnections, fetchConnections, fetchConnections, fetchImage, fetchImage, fetchObject, fetchObject, fetchObject, getBaseGraphApiUrl, post, post, publishAchievementOperations achievementOperations()
AchievementOperationsCommentOperations commentOperations()
CommentOperationsEventOperations eventOperations()
EventOperationsFeedOperations feedOperations()
FeedOperationsFriendOperations friendOperations()
FriendOperationsGroupOperations groupOperations()
GroupOperationsLikeOperations likeOperations()
LikeOperationsMediaOperations mediaOperations()
MediaOperationsOpenGraphOperations openGraphOperations()
OpenGraphOperationsPageOperations pageOperations()
PageOperationsSocialContextOperations socialContextOperations()
SocialContextOperationsTestUserOperations testUserOperations()
TestUserOperationsUserOperations userOperations()
UserOperationsRestOperations restOperations()
RestOperations object allowing for consumption of Facebook endpoints that may not be otherwise covered by the API binding.
The RestOperations object returned is configured to include an OAuth 2 "Authorization" header on all requests.String getApplicationNamespace()
getApplicationNamespace in interface GraphApi