public interface Facebook extends GraphApi, org.springframework.social.ApiBinding
FacebookTemplate
.GRAPH_API_URL
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, publish
AchievementOperations achievementOperations()
AchievementOperations
CommentOperations commentOperations()
CommentOperations
EventOperations eventOperations()
EventOperations
FeedOperations feedOperations()
FeedOperations
FriendOperations friendOperations()
FriendOperations
GroupOperations groupOperations()
GroupOperations
LikeOperations likeOperations()
LikeOperations
MediaOperations mediaOperations()
MediaOperations
OpenGraphOperations openGraphOperations()
OpenGraphOperations
PageOperations pageOperations()
PageOperations
SocialContextOperations socialContextOperations()
SocialContextOperations
TestUserOperations testUserOperations()
TestUserOperations
UserOperations userOperations()
UserOperations
RestOperations 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