Coder Social home page Coder Social logo

facebook-login-vue's Introduction

npm

Description

Vue Component that lets you drop it into your existing project and get the benefits of Facebook Login quickly.

Example

source code of the example can be found in example folder. the actual component is just the button (: app preview

Installation

npm i facebook-login-vuejs

Example Usage

my-component.vue

import facebookLogin from 'facebook-login-vuejs';

Vue.component('my-component', {
    components: {
        facebookLogin
    }
});
    <facebook-login class="button"
      appId="326022817735322"
      @login="getUserData"
      @logout="onLogout"
      @get-initial-status="getUserData">
    </facebook-login>

Props

Props Type Default Notes
appId string None.It is a required prop.
version string 'v2.9' refer to Facebook Docs for explanation on available values
loginLabel string Log In To Facebook
loginOptions object {scope: 'email'} all options listed on Facebook Docs are passable with camelCase. e.g : {returnScopes: false}
logoutLabel string Log out from Facebook

Events

Event Output Description
get-initial-status Object TO BE DEPRECATED. Initial Check to decide weather the user already connected.
sdkLoaded Object returns an object with the following keys:
isConnected: Boolean. is the User conneted?
FB: the api object.
click The Component has been clicked.
login Object User tried to login
logout Object User tried to logout

Development

  • running the example on dev server npm start. this will run the example app.

Tests

tests will be added hopefully soon.

Contribute

I welcome any kind of contributions/requests/questions/general feedback. possible methods to contact me:

  1. open an Issue
  2. send me a mail: [email protected]
  3. contact me on facebook

facebook-login-vue's People

Contributors

adi518 avatar iliran11 avatar

Watchers

tony avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.