Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Releases: jeduan/cordova-plugin-facebook4

Fix Android access token expiration detection

13 Mar 12:34
Compare
Choose a tag to compare

Fix

  • Android: add a check to test if the access token is expired in order to fetch a new one if that would be the case (#853)

Cocoapods CDN, Facebook SDKs and sample repo

11 Feb 12:20
Compare
Choose a tag to compare

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

Cocoapods and update Facebook SDKs

09 Oct 06:08
Compare
Choose a tag to compare

6.2.0

Features

Docs

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

6.1.0

Features

Thx Francesco Tonini for the PR 👍

6.0.0

Breaking change

Notes

See iOS documentation for some notes about installation with Cocoapods.

Features

Facebook SDK v5.0.2

29 Jun 08:09
Compare
Choose a tag to compare

Features

Kudos

Thx Guy Lando for your amazing work and PR 👍

Fix iOS enableHybridAppEvents (re)initialization

11 Feb 18:20
Compare
Choose a tag to compare

Fix

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

Kudos

Thx Regev Brody for the PR 👍

Facebook SDK v4.40.0

09 Feb 10:30
Compare
Choose a tag to compare

Features

AppEvents from the pixel

17 Jan 06:57
Compare
Choose a tag to compare

Features

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

Kudos

Thx Mehmet Sencer Karadayi for the PR 👍

Support for cordova-android >= v7 without any workaround

15 Dec 12:34
Compare
Choose a tag to compare

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 👍

Facebook SDK v4.38.1

21 Nov 12:12
Compare
Choose a tag to compare

Features

Facebook SDK v4.37.0

10 Oct 13:29
Compare
Choose a tag to compare

Features