Spring Social Facebook

Package org.springframework.social.facebook.web

Sign in with Facebook controller and FacebookCookieValue annotation support

See:
          Description

Class Summary
DisconnectController Spring MVC controller for handling deauthorization callbacks from Facebook as described at https://developers.facebook.com/docs/authentication/.
FacebookCookieParser Helper class that helps extract data from a Facebook cookie.
FacebookInitTag JSP Tag for initializing Facebook's JavaScript API.
FacebookWebArgumentResolver Web argument resolver that resolves arguments annotated with FacebookCookieValue.
SignedRequestArgumentResolver Web argument resolver for controller handler method arguments that are annotated with SignedRequest.
 

Annotation Types Summary
FacebookCookieValue Annotation that indicates to FacebookWebArgumentResolver that a controller method parameter should be bound to a value from the Facebook cookie written when the user signed in with Facebook.
SignedRequest  
 

Package org.springframework.social.facebook.web Description

Sign in with Facebook controller and FacebookCookieValue annotation support


Spring Social Facebook