public class DeviceLoginManager extends 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, getLoginBehavior, logInWithPublishPermissions, logInWithPublishPermissions, logInWithPublishPermissions, logInWithReadPermissions, logInWithReadPermissions, logInWithReadPermissions, logOut, registerCallback, resolveError, resolveError, resolveError, setDefaultAudience, setLoginBehavior, setSuccessResult
public 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 LoginManager