From f079efe48b285bd5b75732e3bbd8b0347331df3d Mon Sep 17 00:00:00 2001 From: Tim Haines Date: Mon, 3 Mar 2014 08:49:38 -0800 Subject: [PATCH] Update the instructions for creating a Google Client ID --- packages/google/google_configure.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/packages/google/google_configure.html b/packages/google/google_configure.html index bc03e7471f..11a91073f5 100644 --- a/packages/google/google_configure.html +++ b/packages/google/google_configure.html @@ -9,28 +9,22 @@
  • If necessary, "Create Project"
  • - Click "APIs & auth" and "Registered apps" on the left + Click "APIs & auth" and "Credentials" on the left
  • - Click the "Register App" button + Click the "Create New Client ID" button
  • Choose "Web application" as the type
  • - Click "Register" + Set Authorized Javascript Origins to: {{siteUrl}}
  • - Expand the "OAuth 2.0 Client ID section" + Set Authorized Redirect URI to: {{siteUrl}}_oauth/google?close
  • - Set Web Origin to: {{siteUrl}} -
  • -
  • - Set Redirect URI to: {{siteUrl}}_oauth/google?close -
  • -
  • - Click "Generate" + Click "Create Client ID"