tidev / ti.facebook

Support for the native Facebook SDK in Titanium using JavaScript
http://docs.appcelerator.com/platform/latest/#!/api/Modules.Facebook
Other
51 stars 70 forks source link

Android: Library update to 13.2.0 #356

Closed m1ga closed 2 years ago

m1ga commented 2 years ago

https://github.com/facebook/facebook-android-sdk/blob/main/CHANGELOG.md#1320

Added

    Added LoginManager.createLogInActivityResultContract() and FacebookDialog.createActivityResultContractForShowingDialog() methods to expose the activity result contracts.
    Support for CloudBridge for AppEvents. This feature is available for selected partners now.

Fixed

    The client token is now mandatory. SDK initialization will have a check on it and throw out an exception if the client token is not available.