You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FB.Mobile.RefreshLimitedLogin(callback, fallbackPolicy) — refresh a Limited Login user's profile data without a full re-login (iOS only). Adds the RefreshFallbackPolicy enum (Automatic / SilentOnly / ExplicitOnly / DirectOnly), mirroring the native iOS FBSDKRefreshFallbackPolicy. On success the refreshed data is available via FB.Mobile.CurrentProfile(). No-op on Android.
FB.Mobile.LoginWithSSO(permissions, callback) — start "Login with Facebook" SSO via an app-switch to the Facebook app, with a fallback dialog when no compatible Facebook app is installed (Android only). No-op on iOS.
Changed
Bumped the iOS dependency to Facebook iOS SDK ~> 18.1.0 — the first release containing LoginManager.refreshLimitedLogin (required by the iOS API above).
Bumped the Android dependency to Facebook Android SDK 18.3.0 — the first release containing FBLoginSSOLauncher (required by the Android API above).