Refactoring: moved FacebookErrorMessage in its own file/class
[facebook-utils] / src / main / java / de / juplo / facebook / exceptions / GraphApiException.java
2016-06-07 Kai MoritzRefactoring: moved FacebookErrorMessage in its own...
2015-11-10 Kai MoritzThe types of the exeptions are now mapped to an enum
2015-11-10 Kai MoritzImplemented new exception CallbackVerificationFailedExc...
2015-11-10 Kai MoritzImplemented new exception AccessTokenRequiredException
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-07 Kai MoritzRefactored classes in thematically packages