Reworked handling of error-responses from the Graph-API
authorKai Moritz <kai@juplo.de>
Sat, 7 Nov 2015 13:46:44 +0000 (14:46 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 10 Nov 2015 14:51:14 +0000 (15:51 +0100)
 * 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.


No differences found