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.