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

Unable to upgrade FB SDK #138

Open benjamincxw opened 1 year ago

benjamincxw commented 1 year ago

Hi,

Currently trying to use this plugin, however, the default SDK version for android is 11.3.0, I want to upgrade it to 13.0.0 but was unable to do so by changing the plugin variable in FACEBOOK_ANDROID_SDK_VERSION. Despite changing it in this variable, it is showing v0.0.0 in FB developer page.

image

If I don't set anything in the variable when adding the plugin, it's only version 11.3.0: image

What are the other ways I can upgrade the FB SDK version?

MaximBelov commented 11 months ago

https://www.npmjs.com/package/cordova-plugin-fbsdk

reidsolon commented 9 months ago

Hi, are you able to do it using plugin-fbsdk? What are the steps?