|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Facebook
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 |
---|
GRAPH_API_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. |
FqlOperations |
fqlOperations()
API for performing Facebook Query Language (FQL) queries. |
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. |
PlacesOperations |
placesOperations()
API for performing Facebook Places checkin operations. |
QuestionOperations |
questionOperations()
API for performing question operations. |
RestOperations |
restOperations()
Returns the underlying RestOperations object allowing for consumption of Facebook endpoints that may not be otherwise covered by the API binding. |
UserOperations |
userOperations()
API for performing operations on Facebook user profiles. |
Methods inherited from interface org.springframework.social.facebook.api.GraphApi |
---|
delete, delete, fetchConnections, fetchConnections, fetchConnections, fetchImage, fetchObject, fetchObject, post, publish |
Methods inherited from interface org.springframework.social.ApiBinding |
---|
isAuthorized |
Method Detail |
---|
CommentOperations commentOperations()
EventOperations eventOperations()
FeedOperations feedOperations()
FqlOperations fqlOperations()
FriendOperations friendOperations()
GroupOperations groupOperations()
LikeOperations likeOperations()
MediaOperations mediaOperations()
OpenGraphOperations openGraphOperations()
PageOperations pageOperations()
PlacesOperations placesOperations()
QuestionOperations questionOperations()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |