FacebookGraphResponseException

Represents an issue that's returned by the Graph API.

Extends:FacebookException
Package:facebook
Constructors
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ParameterDescription
graphResponseThe graph response with issue.
errorMessageThe error message.
Instance Methods
getGraphResponse()

Getter for the graph response with the issue.

public final GraphResponse getGraphResponse()
Returns
The graph response with the issue.