Session.Builder
Esta classe não está mais disponível na versão mais recente do SDK.

Builder class used to create a Session.

Estende:Object
Pacote:facebook
Construtores
Session.Builder(Context)

Constructs a new Builder associated with the context.

public Session.Builder(Context context)
ParâmetroDescrição
contextThe Activity or Service starting the Session
Métodos de instância
setApplicationId(String)

Sets the application id for the Session.

public Builder setApplicationId(String applicationId)
ParâmetroDescrição
applicationIdThe application id
Returns
The Builder instance
setTokenCachingStrategy(TokenCachingStrategy)

Sets the TokenCachingStrategy for the Session.

public Builder setTokenCachingStrategy(TokenCachingStrategy tokenCachingStrategy)
ParâmetroDescrição
tokenCachingStrategyThe token cache to use
Returns
The Builder instance
build()

Build the Session.

public Session build()
Returns
A new Session