FacebookGraphResponseException
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

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

Mở rộng:FacebookException
Gói:facebook
Xây dựng
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
Thông sốMô tả
graphResponseThe graph response with issue.
errorMessageThe error message.
Phương thức thực thể
getGraphResponse()

Getter for the graph response with the issue.

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