-
Notifications
You must be signed in to change notification settings - Fork 195
Which OAuth Credentials in Google? #79
Comments
When I step through their wizard and say that I'm looking for credentials to allow a web browser || web server access a user's data via the Google+ API, it tells me that I have credentials already for both of those scenarios. When I use either of those credentials with watchmen, Google gives me a 401 error, with the client key on the screen, like this:
|
Same problem here, @jwulf have you found a solution? |
Here's a rough guide based on what I did to get it working:
That should get you the Client ID and the Client Secret to put in the config files. |
Couple of thoughts:
|
The docs say:
Can you give some more details on this? On Google there are several types of OAuth credentials (web browser / web server || access your data / access users' data) and a bunch of different parameters (origin URL || redirect URL).
I read in another issue that you need to enable the Google+ API, so I did that; then generated a couple of different credentials for OAuth. They all result in an error.
The text was updated successfully, but these errors were encountered: