cordova-plugin-facebook4
Advanced tools
Changelog
Note: I have upgraded the default Facebook Android SDK to v5.13.0 and not to its last available version, v5.15.0, as this most recent version contains a bug (see facebook-android-sdk#655).
<a name="6.2.0"></a>
Changelog
<a name="6.1.0"></a>
Changelog
Thx Francesco Tonini for the PR 👍
<a name="6.0.0"></a>
Changelog
See iOS documentation for some notes about installation with Cocoapods.
<a name="5.0.0"></a>
Changelog
Thx Guy Lando for your amazing work and PR 👍
<a name="4.2.1"></a>
Changelog
enableHybridAppEvents
has already been enabled (#745)Thx Regev Brody for the PR 👍
<a name="4.2.0"></a>
Changelog
<a name="4.1.0"></a>
Changelog
Thx Mehmet Sencer Karadayi for the PR 👍
<a name="4.0.0"></a>
Changelog
If you already have the workaround in the config.xml
of your application, you have to remove it respectively you need to remove the following piece of code of your config.xml
:
<config-file parent="/resources" target="./res/values/strings.xml">
<string name="fb_app_id">123456789</string>
<string name="fb_app_name">myApplication</string>
</config-file>
Also note that this improvements is backwards compatible, if you use cordova-android < v7 you should still be able to use the plugin.
Thank you Adrian Pascu for the PR and support 👍
<a name="3.2.0"></a>