org.springframework.social.facebook.api
Interface FacebookApi

All Superinterfaces:
GraphApi
All Known Implementing Classes:
FacebookTemplate

public interface FacebookApi
extends GraphApi

Interface specifying a basic set of operations for interacting with Facebook. Implemented by FacebookTemplate.


Field Summary
 
Fields inherited from interface org.springframework.social.facebook.api.GraphApi
CONNECTION_URL, GRAPH_API_URL, OBJECT_URL
 
Method Summary
 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.
 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.
 PlacesOperations placesOperations()
          API for performing Facebook Places checkin operations.
 UserOperations userOperations()
          API for performing operations on Facebook user profiles.
 
Methods inherited from interface org.springframework.social.facebook.api.GraphApi
delete, delete, fetchConnections, fetchImage, fetchObject, post, publish
 

Method Detail

commentOperations

CommentOperations commentOperations()
API for reading and posting comments.


eventOperations

EventOperations eventOperations()
API for performing operations on events.


feedOperations

FeedOperations feedOperations()
API for performing operations on feeds.


friendOperations

FriendOperations friendOperations()
API for performing operations with a user's set of friends.


groupOperations

GroupOperations groupOperations()
API for performing operations on groups.


likeOperations

LikeOperations likeOperations()
API for performing operations against user likes and interests.


mediaOperations

MediaOperations mediaOperations()
API for performing operations on albums, photos, and videos.


placesOperations

PlacesOperations placesOperations()
API for performing Facebook Places checkin operations.


userOperations

UserOperations userOperations()
API for performing operations on Facebook user profiles.