Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/facebook-login

Package Overview
Dependencies
Maintainers
8
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/facebook-login - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

ios/Plugin.xcodeproj/xcuserdata/sakakibara.xcuserdatad/xcschemes/xcschememanagement.plist

2

package.json
{
"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

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