Skip to content

Commit

Permalink
Merge pull request #11 from tiemevanveen/patch-1
Browse files Browse the repository at this point in the history
Added link to google's credentials tab.
  • Loading branch information
edjiang authored Jun 25, 2016
2 parents ad558ea + 438c8a6 commit c4549cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c4549cc

Please sign in to comment.