alexpalchikovskiy / nativescript-facebook-vue-example

Nativescript-facebook plugin with nativescript-vue example
6 stars 0 forks source link

nativescript-facebook-vue-example

Nativescript-facebook plugin with nativescript-vue example

npm install -s nativescript-facebook

Required!

npm run clean

And then:

import * as Facebook from "nativescript-facebook";

In created:

Facebook.init('APP_ID');

And use method:

Facebook.login((err, fbData) => { });

Example Home.vue from vue-cli-template