Logging into facebook with the meteor cordova app

I use facebook login with cordova application, but I can’t understand what configuration needs to be done in facebook application for this facebook login using meteor cordova. I have taken the following steps:

I can access the Internet, but could not enter the cordova application. I get the following error

this URL is not allowed by the application configuration: one or Settings for these applications are not allowed. To use ths URL you must add a valid native platform in your application settings

can anyone help me set up my facebook app?

+4
2

. <allow-navigation /> config.XML, . ,

...To use ths URL you must add a valid native platform in your app’s settings

, iOS Platform Facebook . , oauth Yes

, cordova-plugin-facebook4 https://github.com/jeduan/cordova-plugin-facebook4, , SDK, redirect_uri. , accounts-facebook loginWithFacebook() -, redirect_uri.

+1

.

:

(localhost) Facebook meteor/cordova. .

meteor deploy myrandomname.meteor.com

www.developers.facebook.com

( )

:

myrandomname.meteor.com

( ) URI OAuth:

http://myrandomname.meteor.com:3000/_oauth/facebook?close

, , , . , , developers.facebook.com .

-1

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


All Articles