Socket
Socket
Sign inDemoInstall

cordova-plugin-facebook4

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-facebook4 - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

src/ios/FBSDKShareKit.framework/Headers/FBSDKHashtag.h

4

docs/browser/README.md

@@ -11,3 +11,3 @@ # Facebook Requirements and Set-Up [Web App]

For localhost testing on OS X see the [Localhost guide](guide/LOCALHOST_GUIDE.md)
For localhost testing on OS X see the [Localhost guide](LOCALHOST_GUIDE.md)

@@ -44,2 +44,2 @@ ## Install

![image](app_domain_setup.png)
![image](app_domain_setup.png)
{
"name": "cordova-plugin-facebook4",
"version": "1.7.1",
"version": "1.7.2",
"description": "Cordova Facebook SDK 4 Plugin",

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

@@ -13,2 +13,4 @@ # cordova-plugin-facebook4

If you need to change your `APP_ID` after installation, it's recommended that you remove and then re-add the plugin as above. Note that changes to the `APP_ID` value in your `config.xml` file will *not* be propagated to the individual platform builds.
## Usage

@@ -22,3 +24,3 @@

* Cordova v5.0.0.
* Cordova >= 5.0.0
* cordova-android >= 4.0

@@ -45,3 +47,3 @@ * cordova-ios >= 3.8

**NOTE** : Developers should call `facebookConnectPlugin.browserInit(<appId>)` before login - **Web App ONLY** (see [Web App Guide](platforms/web/README.md))
**NOTE** : Developers should call `facebookConnectPlugin.browserInit(<appId>)` before login - **Web App ONLY** (see [Web App Guide](docs/browser/README.md))

@@ -101,4 +103,7 @@ Success function returns an Object like:

picture: 'http://example.com/image.png'
share_feedWeb: true, // iOS only
}
For iOS, the default dialog mode is [`FBSDKShareDialogModeAutomatic`](https://developers.facebook.com/docs/reference/ios/current/constants/FBSDKShareDialogMode/). You can share that by adding a specific dialog mode parameter. The available share dialog modes are: `share_sheet`, `share_feedBrowser`, `share_native` and `share_feedWeb`. [Read more about share dialog modes](https://developers.facebook.com/docs/reference/ios/current/constants/FBSDKShareDialogMode/)
Game request:

@@ -125,3 +130,3 @@

Share dialog - Open Graph Story: (currently only available on Android, PRs welcome for iOS)
Share dialog - Open Graph Story: (currently only fully available on Android, iOS currently does not support action_properties)

@@ -128,0 +133,0 @@ {

@@ -105,3 +105,3 @@ /* global FB */

window.fbAsyncInit = function fbAsyncInit () {
version = version || 'v2.4'
version = version || 'v2.6'

@@ -148,2 +148,1 @@ FB.init({

}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc