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

Comparing version 6.2.0 to 6.3.0

12

.github/issue_template.md

@@ -1,2 +0,2 @@

Please do not submit support requests or "How to" questions here. Instead, please use channels like [StackOverflow](http://stackoverflow.com/) or the [Ionic forum](https://forum.ionicframework.com)
Please do not submit support requests or "How to" questions here. Instead, please use channels like [StackOverflow](http://stackoverflow.com/), the [Ionic forum](https://forum.ionicframework.com) or the [Ionic slack channel](http://ionicworldwide.herokuapp.com)

@@ -18,11 +18,11 @@ For issues or feature requests related to the code **in this repository** file a Github issue and provide as much details as possible

**Plugin version, OS, devices, etc**
**Sample repo**
Please provide information about the plugin version, OS, devices etc. where you faced your issue
A sample repo is needed for this issue to be fixed, please provide one in order to reproduce the problem.
**Sample repo**
You could for example try to use the [cordova-plugin-facebook4-lab](https://github.com/peterpeterparker/cordova-plugin-facebook4-lab) to reproduce your issue.
A sample repo will dramatically decrease the time needed for this issue to be fixed, if you could, please provide one in order to reproduce the problem
**Plugin version, OS, devices, etc**
Alternatively, provide a link to the source code of your app
Please provide information about the plugin version, OS, devices etc. where you faced your issue

@@ -29,0 +29,0 @@ **Additional Context**

@@ -0,3 +1,18 @@

<a name="6.3.0"></a>
# [6.3.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v6.3.0)
## Features
* **iOS:** Updating to CocoaPods CDN ([#848](https://github.com/jeduan/cordova-plugin-facebook4/pull/848))
* **iOS:** Update Facebook iOS SDK v5.15.0 ([Facebook iOS SDK changelog](https://github.com/facebook/facebook-objc-sdk/blob/master/CHANGELOG.md) | Released: January 21 2020)
* **Android:** Set per default usage of Facebook Android SDK v5.13.0 ([Facebook Android SDK changelog](https://github.com/facebook/facebook-android-sdk/blob/master/CHANGELOG.md) | Released: December 11 2019)
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](https://github.com/facebook/facebook-android-sdk/issues/665)).
## 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](https://github.com/peterpeterparker/cordova-plugin-facebook4-lab)
<a name="6.2.0"></a>
# [6.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v6.1.0)
# [6.2.0](https://github.com/jeduan/cordova-plugin-facebook4/releases/tag/v6.2.0)

@@ -4,0 +19,0 @@ ## Features

{
"name": "cordova-plugin-facebook4",
"version": "6.2.0",
"version": "6.3.0",
"description": "Cordova Facebook SDK 4 Plugin",

@@ -5,0 +5,0 @@ "cordova": {

# cordova-plugin-facebook4
> Use Facebook SDK version 4 in Cordova projects
> Use Facebook SDK in Cordova projects
## Table of contents
- [Installation](#installation)
- [Usage](#usage)
- [Sample repo](#sample-repo)
- [Compatibility](#compatibility)
- [Facebook SDK](#facebook-sdk)
- [API](#api)
## Installation

@@ -19,2 +28,12 @@

### Installation Guides
- [iOS Guide](docs/ios/README.md)
- [Android Guide](docs/android/README.md)
- [Browser Guide](docs/browser/README.md)
- [Troubleshooting Guide | F.A.Q.](docs/TROUBLESHOOTING.md)
## Usage

@@ -26,2 +45,6 @@

## Sample Repo
If you are looking to test the plugin, would like to reproduce a bug or build issues, there is a demo project for such purpose: [cordova-plugin-facebook4-lab](https://github.com/peterpeterparker/cordova-plugin-facebook4-lab).
## Compatibility

@@ -35,12 +58,2 @@

#### Install Guides
- [iOS Guide](docs/ios/README.md)
- [Android Guide](docs/android/README.md)
- [Browser Guide](docs/browser/README.md)
- [Troubleshooting Guide | F.A.Q.](docs/TROUBLESHOOTING.md)
## Facebook SDK

@@ -210,3 +223,3 @@

# Events
### Events

@@ -223,3 +236,3 @@ App events allow you to understand the makeup of users engaging with your app, measure the performance of your Facebook mobile app ads, and reach specific sets of your users with Facebook mobile app ads.

### Log an Event
#### Log an Event

@@ -232,3 +245,3 @@ `logEvent(String name, Object params, Number valueToSum, Function success, Function failure)`

### Log a Purchase
#### Log a Purchase

@@ -239,3 +252,3 @@ `logPurchase(Number value, String currency, Function success, Function failure)`

### Manually log activation events
#### Manually log activation events

@@ -242,0 +255,0 @@ `activateApp(Function success, Function failure)`

Sorry, the diff of this file is not supported yet

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