summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Sat, 7 Nov 2015 15:07:09 +0000 (16:07 +0100)]
Added helpful logging-statements to GraphApiErrorHandler
Kai Moritz [Sat, 7 Nov 2015 14:48:37 +0000 (15:48 +0100)]
GraphApiErrorHandler only handles status-code 400 BAD REQUEST
Alle error-responses of the Facebook Graph-API are send with the
HTTP-status-code 400 BAD REQUEST. 401 UNAUTHORIZED and 403 FORBIDDEN are
not used.
Kai Moritz [Sat, 7 Nov 2015 14:44:04 +0000 (15:44 +0100)]
Unparsable page-migration errors are logged at level ERROR
Kai Moritz [Sat, 7 Nov 2015 14:40:05 +0000 (15:40 +0100)]
GraphApiException.create() logs unmapped errors on log-level INFO
Kai Moritz [Sat, 7 Nov 2015 13:46:44 +0000 (14:46 +0100)]
Reworked handling of error-responses from the Graph-API
* The parsing of the response is done by the ObjectMapper from Jackson.
* Unmapped exceptions are returned as such, instead of handing the handling
to the parent.
Kai Moritz [Sat, 7 Nov 2015 10:14:16 +0000 (11:14 +0100)]
Added JSON-mapping for responses from the Graph-API
Take a look at the Graph-API documentation:
https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5#errors
Kai Moritz [Tue, 3 Nov 2015 12:42:34 +0000 (13:42 +0100)]
Changed Version to 2.5, to show compatibility with the Graph-API version
Kai Moritz [Sun, 11 Oct 2015 13:42:13 +0000 (15:42 +0200)]
Added spring-security-core as real dependency
Kai Moritz [Thu, 8 Oct 2015 07:14:20 +0000 (09:14 +0200)]
Implemented aspect to deal with long/bad data in Facebook-Entries
Kai Moritz [Thu, 8 Oct 2015 07:12:49 +0000 (09:12 +0200)]
Refactored classes in thematically packages
Kai Moritz [Tue, 6 Oct 2015 16:30:51 +0000 (18:30 +0200)]
Removed unnecessary classes and code
Kai Moritz [Wed, 30 Jul 2014 17:08:36 +0000 (19:08 +0200)]
Upgraded all dependencies
Kai Moritz [Tue, 6 Oct 2015 08:10:47 +0000 (10:10 +0200)]
[maven-release-plugin] prepare for next development iteration
Kai Moritz [Tue, 6 Oct 2015 08:10:46 +0000 (10:10 +0200)]
[maven-release-plugin] prepare release facebook-utils-1.0
Kai Moritz [Tue, 6 Oct 2015 06:13:46 +0000 (08:13 +0200)]
Converted project into a Sonatype-Project
Kai Moritz [Tue, 29 Jul 2014 12:03:51 +0000 (14:03 +0200)]
Added error 613: rate exceeded
Kai Moritz [Mon, 28 Jul 2014 16:38:50 +0000 (18:38 +0200)]
Implemented FacebookErrorHandler to handle facebook-error-codes
Kai Moritz [Tue, 3 Jun 2014 10:18:52 +0000 (12:18 +0200)]
Updated slf4j 1.5.8 -> 1.7.6
Kai Moritz [Tue, 3 Jun 2014 09:48:34 +0000 (11:48 +0200)]
Do not force the logging-framework upon users of this mini-library
Kai Moritz [Fri, 28 Mar 2014 13:24:04 +0000 (14:24 +0100)]
Data from signed request is propageted in Exception, when token is missing
Kai Moritz [Fri, 21 Mar 2014 16:04:52 +0000 (17:04 +0100)]
Created class FacebookUtils, that configures the added extensions
Kai Moritz [Fri, 21 Mar 2014 14:49:36 +0000 (15:49 +0100)]
Fixed compilation-issues agains spring-security-oauth2
Kai Moritz [Sat, 22 Mar 2014 10:52:56 +0000 (11:52 +0100)]
Extended AuthorizationCodeAccessTokenProvider to support signed requests
Kai Moritz [Fri, 21 Mar 2014 14:07:19 +0000 (15:07 +0100)]
Examples for the data-part of a signed_request
Kai Moritz [Thu, 20 Mar 2014 10:51:02 +0000 (11:51 +0100)]
Collection of usefull tools for communicating with the Graph-API