facebook-errors
2020-01-30 Kai MoritzTODO master
2019-12-12 Kai MoritzTODO
2019-11-22 Kai MoritzWIP: 2200: An active access token must be used
2019-11-22 Kai MoritzUnmapped errors are logged with log-level WARN
2019-11-22 Kai Moritz2200: An active access token must be used
2019-11-22 Kai MoritzImplemented an ExchangeFilterFunction, to support Sprin... facebook-errors
2019-11-22 Kai MoritzClearified intend in GraphApiErrorResponseErrorHandlerI...
2019-11-22 Kai MoritzRemoved redundant logging-messages in test-cases
2019-11-22 Kai MoritzFixed bug / refined GraphApiErrorResponseErrorHandler
2019-11-22 Kai MoritzRefined the test-cases and fixed a bug in GraphApiError...
2019-11-22 Kai Moritz200: The user hasn't authorized the application to...
2019-11-22 Kai MoritzThe log-statement for unmapped exceptions really prints...
2019-11-22 Kai MoritzErrors during parsing of the error-message are wrapped
2019-11-22 Kai Moritz190: Access token expired
2019-11-22 Kai MoritzUpgraded Spring Boot from 1.3.7.RELEASE to 2.2.0.RELEASE
2019-11-22 Kai MoritzPrepared for next development iteration (5.0-SNAPSHOT)
2019-11-22 Kai MoritzReleased version 3.0.0 (corresponds to v3.0 of the...
2019-11-22 Kai MoritzEnabled SSH-wagon for builds
2019-11-22 Kai MoritzRenamed exception for rate-limit-exceeded
2019-11-22 Kai MoritzThe exception stores the HttpStatus and HttpHeaders...
2019-11-22 Kai MoritzAdded/Renamed the exceptions, that are thrown, if the...
2019-11-22 Kai MoritzThe body is printed out readable, if an exception occur...
2019-11-22 Kai MoritzExcluded empty fields, during marshalling of error...
2019-11-22 Kai MoritzPrepared for next development iteration (3.0-SNAPSHOT)
2019-11-22 Kai MoritzReleased version 2.5.0
2019-11-22 Kai MoritzAdded an exception for error 12: X field is deprecated...
2016-06-13 Kai MoritzAdded settings from sonatype-parent by hand
2016-06-12 Kai MoritzImplemented exceptions for the error-codes, mentioned...
2016-06-12 Kai MoritzAdded an exception for error 102: user access token...
2016-06-12 Kai MoritzAdded a readme with links to resources, explaining...
2016-06-12 Kai MoritzEnabled autoconfiguration for Spring-Social and Spring...
2016-06-12 Kai MoritzCleand up dependencies
2016-06-12 Kai MoritzSwitched the compiler to Java 8.0
2016-06-12 Kai MoritzSwitched to version-management by Spring-Boot
2016-06-12 Kai MoritzManaging compiler-version through maven.compiler.*...
2016-06-12 Kai MoritzRefactoring: generalized the GraphApiErrorHandler
2016-06-12 Kai MoritzRefactoring: renamed package to de.juplo:facebook-errors
2016-06-12 Kai MoritzRefactoring: removed classes, that are not needed for...
2016-06-07 Kai MoritzRefactoring: renamed package de.juplo.facebook.exceptio...
2016-06-07 Kai MoritzRefactoring: moved all code concerned with error-handli...
2016-06-07 Kai MoritzRefactoring: moved FacebookErrorMessage in its own...
2015-11-10 Kai Moritz[maven-release-plugin] prepare for next development...
2015-11-10 Kai Moritz[maven-release-plugin] prepare release facebook-utils... facebook-utils-2.5.0
2015-11-10 Kai MoritzThe types of the exeptions are now mapped to an enum
2015-11-10 Kai MoritzRemoved unused exception
2015-11-10 Kai MoritzImplemented new exception CallbackVerificationFailedExc...
2015-11-10 Kai MoritzImplemented new exception AccessTokenRequiredException
2015-11-10 Kai MoritzAdded helpful logging-statements to GraphApiErrorHandler
2015-11-10 Kai MoritzGraphApiErrorHandler only handles status-code 400 BAD...
2015-11-10 Kai MoritzUnparsable page-migration errors are logged at level...
2015-11-10 Kai MoritzGraphApiException.create() logs unmapped errors on...
2015-11-10 Kai MoritzReworked handling of error-responses from the Graph-API
2015-11-10 Kai MoritzAdded JSON-mapping for responses from the Graph-API
2015-11-10 Kai MoritzChanged Version to 2.5, to show compatibility with...
2015-11-10 Kai MoritzAdded spring-security-core as real dependency
2015-11-10 Kai MoritzImplemented aspect to deal with long/bad data in Facebo...
2015-11-07 Kai MoritzRefactored classes in thematically packages
2015-11-07 Kai MoritzRemoved unnecessary classes and code
2015-11-07 Kai MoritzUpgraded all dependencies
2015-10-06 Kai Moritz[maven-release-plugin] prepare for next development...
2015-10-06 Kai Moritz[maven-release-plugin] prepare release facebook-utils-1.0 facebook-utils-1.0
2015-10-06 Kai MoritzConverted project into a Sonatype-Project
2015-10-06 Kai MoritzAdded error 613: rate exceeded
2015-10-06 Kai MoritzImplemented FacebookErrorHandler to handle facebook...
2015-10-06 Kai MoritzUpdated slf4j 1.5.8 -> 1.7.6
2015-10-06 Kai MoritzDo not force the logging-framework upon users of this...
2015-10-06 Kai MoritzData from signed request is propageted in Exception...
2015-10-06 Kai MoritzCreated class FacebookUtils, that configures the added...
2015-10-06 Kai MoritzFixed compilation-issues agains spring-security-oauth2
2015-10-06 Kai MoritzExtended AuthorizationCodeAccessTokenProvider to suppor...
2014-03-22 Kai MoritzExamples for the data-part of a signed_request
2014-03-22 Kai MoritzCollection of usefull tools for communicating with...