FacebookGraphResponseException
Non è disponibile una versione più recente di questa classe. Controlla la versione più recente.

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

Estende:FacebookException
Pacchetto:facebook
Costruttori
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ParametroDescrizione
graphResponseThe graph response with issue.
errorMessageThe error message.
Metodi di istanza
getGraphResponse()

Getter for the graph response with the issue.

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