Socket
Socket
Sign inDemoInstall

cordova-plugin-facebook4

Package Overview
Dependencies
0
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
23456Next

6.4.0

Diff

peterpeterparker
published 6.3.0 •

Changelog

Source

6.3.0

Features

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).

Docs

  • sample repo: If you are looking to test the plugin, would like to reproduce a bug or build issues, there is now a demo project for such purpose: cordova-plugin-facebook4-lab

<a name="6.2.0"></a>

peterpeterparker
published 6.2.0 •

Changelog

Source

6.2.0

Features

Docs

  • Document two known errors related to Cocoapods, Facebook iOS SDK and their related solutions

<a name="6.1.0"></a>

peterpeterparker
published 6.1.0 •

Changelog

Source

6.1.0

Features

Thx Francesco Tonini for the PR 👍

<a name="6.0.0"></a>

peterpeterparker
published 6.0.0 •

Changelog

Source

6.0.0

Breaking change

Notes

See iOS documentation for some notes about installation with Cocoapods.

Features

<a name="5.0.0"></a>

peterpeterparker
published 5.0.0 •

Changelog

Source

5.0.0

Features

Kudos

Thx Guy Lando for your amazing work and PR 👍

<a name="4.2.1"></a>

peterpeterparker
published 4.2.1 •

Changelog

Source

4.2.1

Fix

  • iOS: fix iOS crash when enableHybridAppEvents has already been enabled (#745)

Kudos

Thx Regev Brody for the PR 👍

<a name="4.2.0"></a>

peterpeterparker
published 4.2.0 •

Changelog

Source

4.2.0

Features

<a name="4.1.0"></a>

peterpeterparker
published 4.1.0 •

Changelog

Source

4.1.0

Features

  • Facebook: Allow hybrid apps to send AppEvents from the pixel (#678)

Kudos

Thx Mehmet Sencer Karadayi for the PR 👍

<a name="4.0.0"></a>

peterpeterparker
published 4.0.0 •

Changelog

Source

4.0.0

Features

  • Android: Support for cordova-android >= v7 without any workaround (#716, #599)

Breaking change

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>

Side notes

Also note that this improvements is backwards compatible, if you use cordova-android < v7 you should still be able to use the plugin.

Kudos

Thank you Adrian Pascu for the PR and support 👍

<a name="3.2.0"></a>

23456Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc