From 451cfe5cd859ce58f9ee20de0844100ebdf2690b Mon Sep 17 00:00:00 2001 From: Guillermo Date: Sun, 8 May 2016 22:44:16 +0200 Subject: [PATCH] Update install command cordova -> ionic --- src/plugins/facebook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/facebook.ts b/src/plugins/facebook.ts index 64507b759..0260d26af 100644 --- a/src/plugins/facebook.ts +++ b/src/plugins/facebook.ts @@ -20,7 +20,7 @@ import {Plugin, Cordova} from './plugin'; * Then type in the following command in your Terminal, where APP_ID and APP_NAME are the values from the Facebook Developer portal. * * ```bash - * cordova plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication" + * ionic plugin add cordova-plugin-facebook4 --save --variable APP_ID="123456789" --variable APP_NAME="myApplication" * ``` * * After, you'll need to add the native platforms you'll be using to your app in the Facebook Developer portal under your app's Settings: