Auth using Facebook, in ionic 2?

0

I'm trying to make the facbook authentication, and it throws me an error running the application on the device. ionic cordova run android

I append the string of config.xml. and the parameters of the configuration

<widget id="example.proyect" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">

parameters.

<plugin name="cordova-plugin-facebook4" spec="^1.9.1">
    <variable name="APP_ID" value="123456789" />
    <variable name="APP_NAME" value="myProyecto" />
</plugin>

This is the part of the app that you configure.

    
asked by JuanL 07.02.2018 в 23:49
source

0 answers