GraphApiErrorHandler only handles status-code 400 BAD REQUEST
authorKai Moritz <kai@juplo.de>
Sat, 7 Nov 2015 14:48:37 +0000 (15:48 +0100)
committerKai Moritz <kai@juplo.de>
Tue, 10 Nov 2015 14:51:19 +0000 (15:51 +0100)
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.


No differences found