spring-social-facebook-web
C D F G O R S

C

CanvasSignInController - Class in org.springframework.social.facebook.web
Sign in controller that uses the signed_request parameter that Facebook gives to Canvas applications to obtain an access token.
CanvasSignInController(ConnectionFactoryLocator, UsersConnectionRepository, SignInAdapter, String, String, String) - Constructor for class org.springframework.social.facebook.web.CanvasSignInController
 

D

decodeSignedRequest(String) - Method in class org.springframework.social.facebook.web.SignedRequestDecoder
Decodes a signed request, returning the payload of the signed request as a Map
decodeSignedRequest(String, Class<T>) - Method in class org.springframework.social.facebook.web.SignedRequestDecoder
Decodes a signed request, returning the payload of the signed request as a specified type.
disconnect(String) - Method in class org.springframework.social.facebook.web.DisconnectController
 
DisconnectController - Class in org.springframework.social.facebook.web
Spring MVC controller for handling deauthorization callbacks from Facebook as described at https://developers.facebook.com/docs/authentication/.
DisconnectController(UsersConnectionRepository, String) - Constructor for class org.springframework.social.facebook.web.DisconnectController
Constructs a DisconnectController.
doEndTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 
doStartTag() - Method in class org.springframework.social.facebook.web.FacebookInitTag
 

F

FacebookCookieParser - Class in org.springframework.social.facebook.web
Helper class that helps extract data from a Facebook cookie.
FacebookCookieValue - Annotation Type in org.springframework.social.facebook.web
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.
FacebookInitTag - Class in org.springframework.social.facebook.web
JSP Tag for initializing Facebook's JavaScript API.
FacebookInitTag() - Constructor for class org.springframework.social.facebook.web.FacebookInitTag
 
FacebookWebArgumentResolver - Class in org.springframework.social.facebook.web
Web argument resolver that resolves arguments annotated with FacebookCookieValue.
FacebookWebArgumentResolver(String, String) - Constructor for class org.springframework.social.facebook.web.FacebookWebArgumentResolver
Construct a FacebookWebArgumentResolver given the Facebook app id and secret.

G

getFacebookCookieData(Cookie[], String, String) - Static method in class org.springframework.social.facebook.web.FacebookCookieParser
Looks for a Facebook cookie for the given API Key and returns its data as key/value pairs in a Map.

O

org.springframework.social.facebook.web - package org.springframework.social.facebook.web
Sign in with Facebook controller and FacebookCookieValue annotation support

R

resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.springframework.social.facebook.web.FacebookWebArgumentResolver
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - Method in class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 

S

setAppId(String) - Method in class org.springframework.social.facebook.web.FacebookInitTag
Sets the application's Facebook ID.
setPostSignInUrl(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The URL or path to redirect to after successful canvas authorization.
setScope(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The scope to request during authorization.
SignedRequest - Annotation Type in org.springframework.social.facebook.web
 
SignedRequestArgumentResolver - Class in org.springframework.social.facebook.web
Web argument resolver for controller handler method arguments that are annotated with SignedRequest.
SignedRequestArgumentResolver(String) - Constructor for class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 
SignedRequestDecoder - Class in org.springframework.social.facebook.web
Utility class for extracting the payload of a signed request sent by Facebook.
SignedRequestDecoder(String) - Constructor for class org.springframework.social.facebook.web.SignedRequestDecoder
 
SignedRequestException - Exception in org.springframework.social.facebook.web
Exception thrown by SignedRequestDecoder when there is a problem in decoding the signed_request parameter.
SignedRequestException(String) - Constructor for exception org.springframework.social.facebook.web.SignedRequestException
 
SignedRequestException(String, Throwable) - Constructor for exception org.springframework.social.facebook.web.SignedRequestException
 
signin(Model, NativeWebRequest) - Method in class org.springframework.social.facebook.web.CanvasSignInController
 
supportsParameter(MethodParameter) - Method in class org.springframework.social.facebook.web.SignedRequestArgumentResolver
 

C D F G O R S
spring-social-facebook-web