Skip to content

Releases: defold/extension-facebook

Reauth support and bug fixes

22 Jul 14:28
dfe36c4

Choose a tag to compare

Created separate v2 development branch (dev-v2) from which v2 tags/releases should be created.

  • Reauth should now be automatically handled with calls to login_with_permissions. The auth token will return nil if login needs to be called (either normal login or reauth).
  • Added missing functions in JS implementation.
  • FBSDK 5.2.1 for iOS
  • FBSDK 5.0.0 for Android
  • Graph Api v3.3 for HTML5

SDK Upgrade fix

05 Jul 12:51
01ba26c

Choose a tag to compare

(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

Added minSdkVersion=9 to Android manifest

01 Jul 14:32

Choose a tag to compare

v1.4

Added minSdkVersion=9 to Android manifest

Facebook 5.0.0 and Graph API 3.3

17 Jun 14:18
a5e165c

Choose a tag to compare

Pre-release

#NOTE
This release still contains FBSDK 4.7 for iOS! Fixed in v2.1

Updated autocomplete documentation

29 May 10:20

Choose a tag to compare

Removed a duplicate 'parameters' tag

Updated autocomplete documentation

29 May 10:19

Choose a tag to compare

v1.2

Updated the .script_api to match the documentation

Facebook 4.7.0 and Graph API 2.6

29 May 09:26

Choose a tag to compare

v1.1

Initial commit