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.