Skip to content

Commit 0fa7685

Browse files
author
Christian Hansen
committed
updated read me
1 parent b342978 commit 0fa7685

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Simple OAuth 2.0
22

33
Currently setup for Google API (Gmail, Google+ etc.) but should work for other OAuth 2.0 services.
44

5-
1. Register and app here: https://code.google.com/apis/console/ (or other OAuth 2.0 service)
5+
1.A Register and app here: https://code.google.com/apis/console/ (or other OAuth 2.0 service)
6+
7+
1.B For Google API be sure to register the Platform as "Other" and NOT "iOS" otherwise you'll get "invalid_client" error when authenticating.
68

79
2. Insert your Client ID and Client Secret in ViewController.m (and optionally change the authentication-url and token-url if you're not using Google API)
810

0 commit comments

Comments
 (0)