| Package | Description |
|---|---|
| com.facebook |
| Modifier and Type | Method and Description |
|---|---|
Session.OpenRequest |
Session.OpenRequest.setCallback(Session.StatusCallback statusCallback)
Sets the StatusCallback for the OpenRequest.
|
Session.OpenRequest |
Session.OpenRequest.setDefaultAudience(SessionDefaultAudience defaultAudience)
Sets the defaultAudience for the OpenRequest.
|
Session.OpenRequest |
Session.OpenRequest.setLoginBehavior(SessionLoginBehavior loginBehavior)
Sets the login behavior for the OpenRequest.
|
Session.OpenRequest |
Session.OpenRequest.setPermissions(List<String> permissions)
Sets the permissions for the OpenRequest.
|
Session.OpenRequest |
Session.OpenRequest.setRequestCode(int requestCode)
Sets the request code for the OpenRequest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.openForPublish(Session.OpenRequest openRequest)
Logs a user in to Facebook.
|
void |
Session.openForRead(Session.OpenRequest openRequest)
Logs a user in to Facebook.
|
Copyright © 2013. All Rights Reserved.