@capacitor-community/facebook-login
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@capacitor-community/facebook-login", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A native plugin for Facebook Login", | ||
@@ -5,0 +5,0 @@ "main": "dist/esm/index.js", |
@@ -1,5 +0,5 @@ | ||
[![npm version](https://badge.fury.io/js/%40rdlabo%2Fcapacitor-facebook-login.svg)](https://badge.fury.io/js/%40rdlabo%2Fcapacitor-facebook-login) | ||
[![npm version](https://badge.fury.io/js/%40capacitor-community/facebook-login.svg)](https://badge.fury.io/js/%40rdlabo%2Fcapacitor-facebook-login) | ||
# capacitor-facebook-login | ||
Facebook Login plugin for Capacitor. This repository fork from `@oxylian/capacitor-facebook-login` . | ||
Capacitory community plugin for Facebook Login. | ||
@@ -9,20 +9,23 @@ ## Demo | ||
## DONATE THIS PROJECT | ||
Thanks for considering donate. | ||
## Maintainers | ||
If this plugin help you, please share your app income. This help developing this plugin.This also help me easily determine how much time I would spend on the projects each month. | ||
| Maintainer | GitHub | Social | Sponsoring Company | | ||
| --- | --- | --- | --- | | ||
| Masahiko Sakakibara | [rdlabo](https://github.com/rdlabo) | [@rdlabo](https://twitter.com/rdlabo) | RELATION DESIGN LABO, GENERAL INC. ASSOCIATION | ||
| | ||
Mainteinance Status: Actively Maintained | ||
| | TYPE | AMOUNT | LINK | | ||
|:--:|:--:|:--:|:--:| | ||
| PayPal.me | Once | Any | [Donate](https://www.paypal.me/rdlabo) | | ||
| PayPal | Subscription | $15/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JHYSDYQB29MLC) | | ||
| PayPal | Subscription | $30/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RCJ8A3KXG928A) | | ||
| PayPal | Subscription | $50/month | [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=U2RQUKRPDA35C) | | ||
## Installation | ||
```bash | ||
$ npm i --save @rdlabo/capacitor-facebook-login | ||
$ npm i --save @capacitor-community/facebook-login | ||
``` | ||
To use yarn | ||
```bash | ||
yarn add @capacitor-community/facebook-login | ||
``` | ||
### If you use Capacitor 1.x | ||
@@ -40,3 +43,3 @@ ``` | ||
[...] | ||
+ add(jp.rdlabo.capacitor.plugin.facebook.FacebookLogin.class); | ||
+ add(com.getcapacitor.community.facebooklogin.FacebookLogin.class); | ||
[...] | ||
@@ -154,3 +157,3 @@ }}); | ||
+ import { registerWebPlugin } from '@capacitor/core'; | ||
+ import { FacebookLogin } from '@rdlabo/capacitor-facebook-login'; | ||
+ import { FacebookLogin } from '@capacitor-community/facebook-login'; | ||
... | ||
@@ -164,2 +167,11 @@ + registerWebPlugin(FacebookLogin); | ||
## Supported methods | ||
| Name | Android | iOS | Web | | ||
| :-------------------- | :------ | :-- | :-- | | ||
| login | ✅ | ✅ | ✅ | | ||
| logout | ✅ | ✅ | ✅ | | ||
| getCurrentAccessToken | ✅ | ✅ | ✅ | | ||
## API | ||
@@ -171,3 +183,3 @@ | ||
import { Plugins } from '@capacitor/core'; | ||
import { FacebookLoginResponse } from '@rdlabo/capacitor-facebook-login'; | ||
import { FacebookLoginResponse } from '@capacitor-community/facebook-login'; | ||
const { FacebookLogin } = Plugins; | ||
@@ -199,3 +211,3 @@ | ||
import { Plugins } from '@capacitor/core'; | ||
import { FacebookLoginResponse } from '@rdlabo/capacitor-facebook-login'; | ||
import { FacebookLoginResponse } from '@capacitor-community/facebook-login'; | ||
const { FacebookLogin } = Plugins; | ||
@@ -202,0 +214,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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
274304
85
217
3