@capacitor-community/facebook-login
Advanced tools
Comparing version 1.1.0 to 2.0.0
{ | ||
"name": "@capacitor-community/facebook-login", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "A native plugin for Facebook Login", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -6,2 +6,4 @@ [![npm version](https://badge.fury.io/js/%40capacitor-community%2Ffacebook-login.svg)](https://badge.fury.io/js/%40capacitor-community%2Ffacebook-login) | ||
__Please check [branch 'feat/v3'](https://github.com/capacitor-community/facebook-login/tree/feature/v3), if you want use capacitor v3@beta__ | ||
# capacitor-facebook-login | ||
@@ -95,4 +97,4 @@ Capacitory community plugin for Facebook Login. | ||
```swift | ||
import FacebookCore | ||
import FBSDKCoreKit | ||
import FBSDKCoreKit | ||
[...] | ||
@@ -106,3 +108,8 @@ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | ||
if CAPBridge.handleOpenUrl(url, options) { | ||
return FBSDKCoreKit.ApplicationDelegate.shared.application(app, open: url, options: options) | ||
return FBSDKCoreKit.ApplicationDelegate.shared.application( | ||
app, | ||
open: url, | ||
sourceApplication: options[UIApplication.OpenURLOptionsKey.sourceApplication] as? String, | ||
annotation: options[UIApplication.OpenURLOptionsKey.annotation] | ||
) | ||
} | ||
@@ -134,4 +141,18 @@ else{ | ||
<string>fbapi</string> | ||
<string>fbapi20130214</string> | ||
<string>fbapi20130410</string> | ||
<string>fbapi20130702</string> | ||
<string>fbapi20131010</string> | ||
<string>fbapi20131219</string> | ||
<string>fbapi20140410</string> | ||
<string>fbapi20140116</string> | ||
<string>fbapi20150313</string> | ||
<string>fbapi20150629</string> | ||
<string>fbapi20160328</string> | ||
<string>fbauth</string> | ||
<string>fb-messenger-share-api</string> | ||
<string>fbauth2</string> | ||
<string>fbshareextension</string> | ||
</array> | ||
``` | ||
@@ -138,0 +159,0 @@ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
283347
281