FacebookGraphResponseException

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

확장:FacebookException
패키지:facebook
생성자
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
매개변수설명
graphResponseThe graph response with issue.
errorMessageThe error message.
인스턴스 메서드
getGraphResponse()

Getter for the graph response with the issue.

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