github facebook/facebook-sdk-for-unity sdk-version-18.1.0
18.1.0 Release

4 hours ago

Added

  • 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).

Don't miss a new facebook-sdk-for-unity release

NewReleases is sending notifications on new releases.