Skip navigation links
spring-social-facebook-web
C D E F G H O P R S U V 

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
 

E

Entry() - Constructor for class org.springframework.social.facebook.web.RealTimeUpdate.Entry
 
error(String, String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
 

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

getChangedFields() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
 
getEntries() - Method in class org.springframework.social.facebook.web.RealTimeUpdate
 
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.
getId() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
 
getObject() - Method in class org.springframework.social.facebook.web.RealTimeUpdate
 
getTime() - Method in class org.springframework.social.facebook.web.RealTimeUpdate.Entry
 

H

handleUpdate(String, RealTimeUpdate) - Method in interface org.springframework.social.facebook.web.UpdateHandler
 

O

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

P

postDeclineView() - Method in class org.springframework.social.facebook.web.CanvasSignInController
View that redirects the top level window to the URL defined in postDeclineUrl property after user declines to authorize application.

R

RealTimeUpdate - Class in org.springframework.social.facebook.web
Represents a real-time update from Facebook.
RealTimeUpdate() - Constructor for class org.springframework.social.facebook.web.RealTimeUpdate
 
RealTimeUpdate.Entry - Class in org.springframework.social.facebook.web
Represents a single change entry.
RealTimeUpdateController - Class in org.springframework.social.facebook.web
A Spring MVC controller that handles callbacks from Facebook's Real-Time Update API.
RealTimeUpdateController(Map<String, String>, List<UpdateHandler>, String) - Constructor for class org.springframework.social.facebook.web.RealTimeUpdateController
Constructs a RealTimeUpdateController.
receiveUpdate(String, String, String) - Method in class org.springframework.social.facebook.web.RealTimeUpdateController
Receives an update from Facebook's real-time API.
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.
setPostDeclineUrl(String) - Method in class org.springframework.social.facebook.web.CanvasSignInController
The URL or path to redirect to if a user declines authorization.
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
 

U

UpdateHandler - Interface in org.springframework.social.facebook.web
Strategy interface for handling real time updates.

V

verifySubscription(String, String, String) - Method in class org.springframework.social.facebook.web.RealTimeUpdateController
Handles subscription verification callback from Facebook.
C D E F G H O P R S U V 
Skip navigation links
spring-social-facebook-web