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.