FacebookGraphResponseException
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

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

Estende:FacebookException
Pacote:facebook
Construtores
FacebookGraphResponseException(GraphResponse, String)

Constructs a new FacebookGraphResponseException.

public FacebookGraphResponseException(GraphResponse graphResponse, String errorMessage)
ParâmetroDescrição
graphResponseThe graph response with issue.
errorMessageThe error message.
Métodos de instância
getGraphResponse()

Getter for the graph response with the issue.

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