DeviceLoginManager
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

This class manages device login and permissions for Facebook.

확장:LoginManager
패키지:login
생성자
DeviceLoginManager()
public DeviceLoginManager()
클래스 메서드
getInstance()

Getter for the login manager.

public static DeviceLoginManager getInstance()
Returns
The login manager.
인스턴스 메서드
setDeviceRedirectUri(Uri)

Set uri to redirect the user to after they complete the device login flow on the external device.

The Uri must be configured in your App Settings -> Advanced -> OAuth Redirect URIs.

public void setDeviceRedirectUri(Uri uri)
매개변수설명
uriThe URI to set.
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.

The Uri must be configured in your App Settings -> Advanced -> OAuth Redirect URIs.

public Uri getDeviceRedirectUri()
Returns
The current device redirect uri set.