From 438c8a605e1b1659c16415857067b3d49fbec485 Mon Sep 17 00:00:00 2001 From: Tieme van Veen Date: Sat, 25 Jun 2016 20:52:50 +0200 Subject: [PATCH] Added link to google's credentials tab. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb28de..fe5ce9b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Simplicity.login(Facebook()) { (accessToken, error) in ## Using Google Login -To get started, you first need to [register an application](https://console.developers.google.com/project) with Google. Click "Enable and Manage APIs", and then the credentials tab. Create an OAuth Client ID for "iOS". +To get started, you first need to [register an application](https://console.developers.google.com/project) with Google. Click "Enable and Manage APIs", and then the [credentials tab](https://console.developers.google.com/apis/credentials). Create an OAuth Client ID for "iOS". Next, open up your App's Xcode project and go to the project's info tab. Under "URL Types", add a new entry, and in the URL schemes form field, type in your Google iOS Client's `iOS URL scheme` from the Google Developer Console.