Session.StatusCallback
Esta classe não está mais disponível na versão mais recente do SDK.
Há uma versão mais recente desta classe disponível. Confira. a versão mais recente.

Provides asynchronous notification of Session state changes.

Pacote:facebook
Métodos de instância
call(Session, SessionState, Exception)

The function that is called when status of the session changes.

public void call(Session session, SessionState state, Exception exception)
ParâmetroDescrição
sessionThe session that was updated.
stateThe new state of the session.
exceptionThe exception that is related to state change, may be null.