Added
FB.Mobile.RefreshLimitedLogin(callback, fallbackPolicy)— refresh a Limited Login user's profile data without a full re-login (iOS only). Adds theRefreshFallbackPolicyenum (Automatic/SilentOnly/ExplicitOnly/DirectOnly), mirroring the native iOSFBSDKRefreshFallbackPolicy. On success the refreshed data is available viaFB.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 containingLoginManager.refreshLimitedLogin(required by the iOS API above). - Bumped the Android dependency to Facebook Android SDK
18.3.0— the first release containingFBLoginSSOLauncher(required by the Android API above).