See: Description
| Interface | Description |
|---|---|
| FacebookGraphExceptionMapper |
Specifies a method for mapping Graph API exceptions' type and message fields
to corresponding instances of
FacebookGraphException (or one of its
subclasses). |
| Exception | Description |
|---|---|
| FacebookException |
Root of the RestFB exception hierarchy.
|
| FacebookGraphException |
Indicates that the Facebook Graph API endpoint returned JSON which indicates
an error condition.
|
| FacebookJsonMappingException |
Indicates that an error occurred while mapping JSON data to a Java object.
|
| FacebookNetworkException |
Indicates that a network error occurred while trying to connect to the
Facebook API endpoint.
|
| FacebookOAuthException |
Indicates that the Facebook Graph API endpoint returned JSON which indicates
an error condition related to the OAuth token included in the request.
|
| FacebookQueryParseException |
Indicates that the Facebook Graph API endpoint returned JSON which indicates
an error condition related to FQL query parsing.
|
| FacebookResponseStatusException |
Indicates that the Legacy REST Facebook endpoint returned JSON which
indicates an error condition.
|
For full documentation and sample code, please see the RestFB website.
Copyright © 2014. All rights reserved.