Skip to content

SDK Upgrade fix

Choose a tag to compare

@mathiaswking mathiaswking released this 05 Jul 12:51
· 104 commits to master since this release
01ba26c

(Previous version v2.0 didn't contain the FBSDK 5 for iOS)

  • FBSDK 5.2.1 for iOS
  • FBSDK 5.0.0 for Android
  • Graph Api v3.3 for HTML5

Changelog

  • Added version function

    • facebook.get_version() -> string, e.g. 5.2.1
  • Added new login function

    • facebook.login_with_permissions()
  • Removed deprecated functions

    • facebook.me()
    • facebook.login()
    • facebook.request_read_permissions()
    • facebook.request_publish_permissions()
    • facebook.login_with_read_permissions()
    • facebook.login_with_publish_permissions()
  • Removed support for appinvite since it was removed in FBSDK 4.28

  • The "feed" sharing dialog no longer supports these properties:

    • title
    • description
    • picture