Package | Description |
---|---|
com.restfb.exception |
Contains exceptions that RestFB may throw while attempting to communicate with the Facebook API endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
FacebookOAuthException
Indicates that the Facebook Graph API endpoint returned JSON which indicates
an error condition related to the OAuth token included in the request.
|
class |
FacebookQueryParseException
Indicates that the Facebook Graph API endpoint returned JSON which indicates
an error condition related to FQL query parsing.
|
Modifier and Type | Method and Description |
---|---|
FacebookGraphException |
FacebookGraphExceptionMapper.exceptionForTypeAndMessage(String type,
String message)
Given a Graph API exception type and message, generates an instance of the
corresponding
FacebookGraphException or one of its subclasses. |
Copyright © 2014. All rights reserved.