X-Git-Url: http://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ffacebook-utils-2.5.0%2Fapidocs%2Findex-all.html;fp=dist%2Ffacebook-utils-2.5.0%2Fapidocs%2Findex-all.html;h=0000000000000000000000000000000000000000;hp=1d369564f97c91e1b0ad0595f0ab9f8e41334889;hb=b293b312d6f0dd8b2dc716375fd442dd295a9942;hpb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2 diff --git a/dist/facebook-utils-2.5.0/apidocs/index-all.html b/dist/facebook-utils-2.5.0/apidocs/index-all.html deleted file mode 100644 index 1d369564..00000000 --- a/dist/facebook-utils-2.5.0/apidocs/index-all.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - - -Index (Juplo - Facebook Utils 2.5.0 API) - - - - - - - - -
- - -
Skip navigation links
- - - - -
- - -
A C D F G H I O P R S T U V  - - -

A

-
-
AccessTokenRequiredException - Exception in de.juplo.facebook.exceptions
-
-
104: An access token is required to request this resource.
-
-
AccessTokenRequiredException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.AccessTokenRequiredException
-
 
-
- - - -

C

-
-
CallbackVerificationFailedException - Exception in de.juplo.facebook.exceptions
-
-
2200: Callback verification failed.
-
-
CallbackVerificationFailedException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.CallbackVerificationFailedException
-
 
-
create(InputStream) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
create(byte[]) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
create(GraphApiException.FacebookErrorMessage) - Static method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
- - - -

D

-
-
de.juplo.facebook - package de.juplo.facebook
-
 
-
de.juplo.facebook.aspects - package de.juplo.facebook.aspects
-
 
-
de.juplo.facebook.client - package de.juplo.facebook.client
-
 
-
de.juplo.facebook.exceptions - package de.juplo.facebook.exceptions
-
 
-
de.juplo.facebook.token - package de.juplo.facebook.token
-
 
-
- - - -

F

-
-
FacebookErrorMessage() - Constructor for class de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage
-
 
-
FacebookUtils - Class in de.juplo.facebook
-
-
This class injects the facebook-utils into the spring-oauth2-configuration
-
-
FacebookUtils() - Constructor for class de.juplo.facebook.FacebookUtils
-
 
-
- - - -

G

-
-
getBeanPostProcessor(String) - Method in class de.juplo.facebook.FacebookUtils
-
 
-
getCode() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
getNewId() - Method in exception de.juplo.facebook.exceptions.PageMigratedException
-
 
-
getObjectMapper() - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
getOldId() - Method in exception de.juplo.facebook.exceptions.PageMigratedException
-
 
-
getSecret() - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
getSubCode() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
getTraceId() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
getType() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
getUserMessage() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
getUserTitle() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
GraphApiErrorHandler - Class in de.juplo.facebook.client
-
-
Error-Handler for error-messages from the Facebook Graph-API.
-
-
GraphApiErrorHandler(ResponseErrorHandler) - Constructor for class de.juplo.facebook.client.GraphApiErrorHandler
-
 
-
GraphApiException - Exception in de.juplo.facebook.exceptions
-
-
Base exception for Facebook Graph-Api exceptions.
-
-
GraphApiException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
GraphApiException.FacebookErrorMessage - Class in de.juplo.facebook.exceptions
-
-
This class represents an error message from the Graph-API
-
-
GraphApiException.Type - Enum in de.juplo.facebook.exceptions
-
 
-
GraphMethodException - Exception in de.juplo.facebook.exceptions
-
-
Baseclass for exceptions of type GraphMethodException.
-
-
- - - -

H

-
-
handleError(ClientHttpResponse) - Method in class de.juplo.facebook.client.GraphApiErrorHandler
-
 
-
hasError(ClientHttpResponse) - Method in class de.juplo.facebook.client.GraphApiErrorHandler
-
 
-
- - - -

I

-
-
init() - Method in class de.juplo.facebook.FacebookUtils
-
 
-
- - - -

O

-
-
OAuthException - Exception in de.juplo.facebook.exceptions
-
-
Baseclass for exceptions of type OAuthException.
-
-
OAuthException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.OAuthException
-
 
-
obtainAccessToken(OAuth2ProtectedResourceDetails, AccessTokenRequest) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
- - - -

P

-
-
PageMigratedException - Exception in de.juplo.facebook.exceptions
-
-
21: Page ID (XXX) was migrated to page ID (YYY).
-
-
PageMigratedException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.PageMigratedException
-
 
-
PARAM_SIGNED_REQUEST - Static variable in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
- - - -

R

-
-
RateExceededException - Exception in de.juplo.facebook.exceptions
-
-
613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.
-
-
RateExceededException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.RateExceededException
-
 
-
- - - -

S

-
-
Sanitize - Annotation Type in de.juplo.facebook.aspects
-
 
-
sanitize(ProceedingJoinPoint, String, Sanitize) - Method in class de.juplo.facebook.aspects.SanitizeAspect
-
-
This method sanitizes the given string in all means: - - It removes leading and trailing whitspace.
-
-
SanitizeAspect - Class in de.juplo.facebook.aspects
-
 
-
SanitizeAspect() - Constructor for class de.juplo.facebook.aspects.SanitizeAspect
-
 
-
setObjectMapper(ObjectMapper) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
setSecret(String) - Method in class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
SignedRequestAwareAuthorizationCodeAccessTokenProvider - Class in de.juplo.facebook.token
-
-
This class extends AuthorizationCodeAccessTokenProvider and adds - support for signed requests, which are issued by Facebook, if the Canvas- - or Tab-Page of a Facebook-App is accessed for the first time.
-
-
SignedRequestAwareAuthorizationCodeAccessTokenProvider() - Constructor for class de.juplo.facebook.token.SignedRequestAwareAuthorizationCodeAccessTokenProvider
-
 
-
- - - -

T

-
-
toString() - Method in exception de.juplo.facebook.exceptions.GraphApiException
-
 
-
- - - -

U

-
-
UnexpectedErrorException - Exception in de.juplo.facebook.exceptions
-
-
2: An unexpected error has occurred.
-
-
UnexpectedErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnexpectedErrorException
-
 
-
UnknownErrorException - Exception in de.juplo.facebook.exceptions
-
-
1: An unknown error has occurred.
-
-
UnknownErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnknownErrorException
-
 
-
UnmappedErrorException - Exception in de.juplo.facebook.exceptions
-
-
Marker class for error-messages, that are not mapped yet.
-
-
UnmappedErrorException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnmappedErrorException
-
 
-
UnsupportedGetRequestException - Exception in de.juplo.facebook.exceptions
-
-
100: Unsupported get request.
-
-
UnsupportedGetRequestException(GraphApiException.FacebookErrorMessage) - Constructor for exception de.juplo.facebook.exceptions.UnsupportedGetRequestException
-
 
-
- - - -

V

-
-
valueOf(String) - Static method in enum de.juplo.facebook.exceptions.GraphApiException.Type
-
-
Returns the enum constant of this type with the specified name.
-
-
values() - Static method in enum de.juplo.facebook.exceptions.GraphApiException.Type
-
-
Returns an array containing the constants of this enum type, in -the order they are declared.
-
-
-A C D F G H I O P R S T U V 
- -
- - -
Skip navigation links
- - - - -
- - -

Copyright © 2015. All rights reserved.

- -