From e4766bd5ee95a82ebb49d27406a2281a1c3854ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Svennevik=20Notland?= Date: Wed, 9 Nov 2016 19:23:41 +0100 Subject: [PATCH] Update creating facebook app flow Guide did not correspond to current facebook GUI. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6307c59..e1c2ce8 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,17 @@ The library works for both browser-based apps and Cordova/PhoneGap apps. When ru 1. Access [https://developers.facebook.com/apps](https://developers.facebook.com/apps), and click **Add New App** -1. Select **www** as the platform - 1. Type a unique name for your app and click **Create New Facebook App ID** 1. Specify a **Category**, and click **Create App ID** -1. Click **My Apps** in the menu and select the app you just created +1. Click **Get Started** next to facebook login in product setup. -1. Click **Settings** in the left navigation +1. Click **Facebook login** in the left navigation 1. Click the **Advanced Tab** -1. In the **OAuth Settings** section, add the following URLs in the **Valid OAuth redirect URIs** field: +1. In the **Client OAuth Settings** section, add the following URLs in the **Valid OAuth redirect URI's** field: - [http://localhost:8100/oauthcallback.html](http://localhost:8100/oauthcallback.html) (for access using ionic serve) - [https://www.facebook.com/connect/login_success.html](https://www.facebook.com/connect/login_success.html) (for access from Cordova)