cordova-plugin-facebook-connect / cordova-plugin-facebook-connect

Use the latest Facebook SDK in your Cordova and Ionic projects
Other
63 stars 90 forks source link

Any plan to update of facebook SDK to the latest 14.1.0 ? #119

Open liory1980 opened 1 year ago

liory1980 commented 1 year ago

There is already SDK version 14.1.0 for Android and IOS, any plan of updating this plugin to support the new versions?

Thanks!

eliranzluf commented 1 year ago

Same here, ane new version is coming up?

yosshor commented 1 year ago

what is the due date for a new version?

MaximBelov commented 1 year ago

You can use npm package

cordova-plugin-fbsdk

or you can try code from PR

https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect/pull/123

Pipaw commented 1 year ago

@MaximBelov does this updated version supports Automatically logged events for App Install for both native platforms?

MaximBelov commented 1 year ago

yes set the FACEBOOK_AUTO_LOG_APP_EVENTS variable to "true"

or use

facebookConnectPlugin.setAutoLogAppEventsEnabled

lossenorod commented 1 year ago

@MaximBelov Hi, i recently switched from cordova-plugin-facebook-connect to your forked version cordova-plugin-fbsdk. I'm stuck on one issue with callbacks from GameRequestDialog that doesn't work on Android. I found out that this issue starts in FBSDK 12 and above. FBSDK 11.3 works properly. Do you have any idea maybe what can cause this? Thank you