[MOD-2430] TiAPI: Update Facebook SDK's to 4.34.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Done |
Resolution Date | 2020-03-04T08:30:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Samuel Haig |
Created | 2018-06-13T15:25:19.000+0000 |
Updated | 2020-03-04T08:30:27.000+0000 |
Description
We currently use the Facebook SDK 4.31.1 in our SDK. Facebook recently released their SDK 4.33.0 which features the new graph API 3.0 with some possible changes for us. To reflect these, we should update the native libraries (iOS: .framework, Android: .aar) and validate that the modules still work. In addition, we can check for new API's that have been exposed natively, so we can expose them to Ti as well.
Summary:
- Update iOS- and Android-SDK to 4.34.0
- Bump the native module [releases](https://github.com/appcelerator-modules/ti.facebook/releases) to the next minor release (iOS 5.9.0, Android 7.3.0)
- Validate the changes with the tests from the [example](https://github.com/appcelerator-modules/ti.facebook/tree/master/example) directory
- Update the modules.json of the SDK to use the new version
Hi, Could you please also take into account this error noted in Stack Overflow? https://stackoverflow.com/questions/50972147/appcelerator-error-when-i-try-to-share-on-facebook-with-titanium-sdk-7-2-0-ga/51036856#51036856 Kind regards, Brad.
PR: https://github.com/appcelerator-modules/ti.facebook/pull/95 Pre-Release: https://github.com/appcelerator-modules/ti.facebook/releases/tag/ios-5.9.0
We're now at 5.x soon to be 6.x, closing