Facebook v9.1.0 Release Notes

  • โž• Added

    • ๐Ÿ— friendIDs property added to FBSDKProfile (NOTE: We are building out the friendIDs property in Limited Login with the intention to roll it out in early spring)
    • FBSDKProfile initializer that includes optional friendIDs argument
    • claims property of type FBSDKAuthenticationTokenClaims added to FBSDKAuthenticationToken

    ๐Ÿ›  Fixed

    • ๐Ÿ— Build Warnings for SPM with Xcode 12.5 Beta 2 #1661
    • Memory leak in FBSDKGraphErrorRecoveryProcessor
    • Name conflict for Swift version of FBSDKURLSessionTask
    • Avoids call to AppEvents singleton when setting overriding app ID #1647
    • CocoaPods now compiles FBSDKDynamicFrameworkLoader with ARC.
    • CocoaPods now uses static frameworks as the prebuilt libraries for the aggregate FacebookSDK podspec
    • App Events use the correct token if none have been provided manually (@ptxmac#1670

    ๐Ÿ—„ Deprecated

    • FBSDKGraphErrorRecoveryProcessor's delegate property
    • FBSDKGraphErrorRecoveryProcessor's didPresentErrorWithRecovery:contextInfo: method
    • FBSDKAppLinkReturnToRefererView
    • FBSDKAppLinkReturnToRefererController

    โœ‚ Removed

    • Internal type FBSDKErrorRecoveryAttempter

    ๐Ÿš€ 2021-02-25 | Full Changelog