public class DeviceLoginManager
extends com.facebook.login.LoginManager
| Constructor and Description |
|---|
DeviceLoginManager() |
| Modifier and Type | Method and Description |
|---|---|
protected com.facebook.login.LoginClient.Request |
createLoginRequest(java.util.Collection<java.lang.String> permissions) |
android.net.Uri |
getDeviceRedirectUri()
Get the previously set uri that will be used to redirect the user to
after they complete the device login flow on the external device.
|
static DeviceLoginManager |
getInstance()
Getter for the login manager.
|
void |
setDeviceRedirectUri(android.net.Uri uri)
Set uri to redirect the user to after they complete
the device login flow on the external device.
|
getDefaultAudience, getFacebookActivityIntent, getLoginBehavior, logInWithPublishPermissions, logInWithPublishPermissions, logInWithPublishPermissions, logInWithReadPermissions, logInWithReadPermissions, logInWithReadPermissions, logOut, registerCallback, resolveError, resolveError, resolveError, retrieveLoginStatus, retrieveLoginStatus, setDefaultAudience, setLoginBehavior, unregisterCallbackpublic static DeviceLoginManager getInstance()
public void setDeviceRedirectUri(android.net.Uri uri)
uri - The URI to set.public android.net.Uri getDeviceRedirectUri()
protected com.facebook.login.LoginClient.Request createLoginRequest(java.util.Collection<java.lang.String> permissions)
createLoginRequest in class com.facebook.login.LoginManager