Package org.springframework.social.facebook

FacebookTemplate and supporting classes

See:
          Description

Interface Summary
FacebookOperations Interface specifying a basic set of operations for interacting with Facebook.
 

Class Summary
FacebookLink Model class representing a link to be posted to a users Facebook wall.
FacebookProfile Model class containing a Facebook user's profile information.
FacebookTemplate This is the central class for interacting with Facebook.
FacebookWebArgumentResolver Web argument resolver that resolves arguments annotated with FacebookAccessToken or FacebookUserId.
 

Annotation Types Summary
FacebookAccessToken Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to the Facebook access token given when the user signed in with Facebook.
FacebookUserId Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to the user's Facebook ID, assuming that user has signed in with Facebook.
 

Package org.springframework.social.facebook Description

FacebookTemplate and supporting classes