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.