2019-11-22 |
Kai Moritz | Implemented an ExchangeFilterFunction, to support Sprin... facebook-errors |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Clearified intend in GraphApiErrorResponseErrorHandlerI... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Removed redundant logging-messages in test-cases |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Fixed bug / refined GraphApiErrorResponseErrorHandler |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Refined the test-cases and fixed a bug in GraphApiError... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | 200: The user hasn't authorized the application to... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | The log-statement for unmapped exceptions really prints... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Errors during parsing of the error-message are wrapped |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | 190: Access token expired |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Upgraded Spring Boot from 1.3.7.RELEASE to 2.2.0.RELEASE |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Prepared for next development iteration (5.0-SNAPSHOT) |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Released version 3.0.0 (corresponds to v3.0 of the... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Enabled SSH-wagon for builds |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Renamed exception for rate-limit-exceeded |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | The exception stores the HttpStatus and HttpHeaders... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Added/Renamed the exceptions, that are thrown, if the... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | The body is printed out readable, if an exception occur... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Excluded empty fields, during marshalling of error... |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Prepared for next development iteration (3.0-SNAPSHOT) |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Released version 2.5.0 |
commit | commitdiff | tree | snapshot |
2019-11-22 |
Kai Moritz | Added an exception for error 12: X field is deprecated... |
commit | commitdiff | tree | snapshot |
2016-06-13 |
Kai Moritz | Added settings from sonatype-parent by hand |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Implemented exceptions for the error-codes, mentioned... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Added an exception for error 102: user access token... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Added a readme with links to resources, explaining... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Enabled autoconfiguration for Spring-Social and Spring... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Cleand up dependencies |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Switched the compiler to Java 8.0 |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Switched to version-management by Spring-Boot |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Managing compiler-version through maven.compiler.*... |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Refactoring: generalized the GraphApiErrorHandler |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Refactoring: renamed package to de.juplo:facebook-errors |
commit | commitdiff | tree | snapshot |
2016-06-12 |
Kai Moritz | Refactoring: removed classes, that are not needed for... |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Kai Moritz | Refactoring: renamed package de.juplo.facebook.exceptio... |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Kai Moritz | Refactoring: moved all code concerned with error-handli... |
commit | commitdiff | tree | snapshot |
2016-06-07 |
Kai Moritz | Refactoring: moved FacebookErrorMessage in its own... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | [maven-release-plugin] prepare for next development... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | [maven-release-plugin] prepare release facebook-utils... facebook-utils-2.5.0 |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | The types of the exeptions are now mapped to an enum |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Removed unused exception |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Implemented new exception CallbackVerificationFailedExc... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Implemented new exception AccessTokenRequiredException |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Added helpful logging-statements to GraphApiErrorHandler |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | GraphApiErrorHandler only handles status-code 400 BAD... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Unparsable page-migration errors are logged at level... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | GraphApiException.create() logs unmapped errors on... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Reworked handling of error-responses from the Graph-API |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Added JSON-mapping for responses from the Graph-API |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Changed Version to 2.5, to show compatibility with... |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Added spring-security-core as real dependency |
commit | commitdiff | tree | snapshot |
2015-11-10 |
Kai Moritz | Implemented aspect to deal with long/bad data in Facebo... |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Kai Moritz | Refactored classes in thematically packages |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Kai Moritz | Removed unnecessary classes and code |
commit | commitdiff | tree | snapshot |
2015-11-07 |
Kai Moritz | Upgraded all dependencies |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | [maven-release-plugin] prepare for next development... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | [maven-release-plugin] prepare release facebook-utils-1.0 facebook-utils-1.0 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Converted project into a Sonatype-Project |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Added error 613: rate exceeded |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Implemented FacebookErrorHandler to handle facebook... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Updated slf4j 1.5.8 -> 1.7.6 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Do not force the logging-framework upon users of this... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Data from signed request is propageted in Exception... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Created class FacebookUtils, that configures the added... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Fixed compilation-issues agains spring-security-oauth2 |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Kai Moritz | Extended AuthorizationCodeAccessTokenProvider to suppor... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Kai Moritz | Examples for the data-part of a signed_request |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Kai Moritz | Collection of usefull tools for communicating with... |
commit | commitdiff | tree | snapshot |
|