Facebook login on Meteor mobile App (cordova)?

I want to create a mobile application using Meteor + Cordova. You want to log in first to log in to Facebook. Apparently, the default accounts - the facebook package doesn't work, so I looked around and found "particle4dev: cordova-fb", so I tried to use this.

I was a little confused about applications for application developers. I usually just use it for my website, so it's pretty straight forward. Regarding the setup of login data (for example, identifier and token), am I registering as an iOS application? Or am I still logging in as if his network? He asks to download the Xcode SDK for FB, is that what I should do? Is the package mentioned above what I should use, or are there any other basic options?

+2
source share
4 answers

I also had a problem with the account-facebook package. He used the browser in the browser in the application and did not work during the oauth handshake.

cordova: com.phonegap.plugins.facebookconnect@0.11.0 facebook.

- , . .

+4

, , .

github.

:

meteor add cordova:com.phonegap.plugins.facebookconnect@https://github.com/Wizcorp/phonegap-facebook-plugin/tarball/d8b0f6935a7c6e586188bf85f9da88a1c160790b

particle4dev: cordova-fb , ios. , .

+2

account-facebook . , http://recordit.co/7JNpDSzJ9m

-facebook, - fb

+1

, particle4dev: cordova-fb. , , . . facebookconnect cordova. Android. android (meteor run android - settings settings.json). . facebookconnect Android. , Android . - - .

0

Source: https://habr.com/ru/post/1607094/


All Articles