-
```
Version of google-api-java-client (e.g. 1.15.0-rc)?
1.18.0
Java environment (e.g. Java 6, Android 2.3, App Engine)?
Java 7 with AppEngine
Describe the problem.
We're seeing a lot of invalid_requ…
-
Right now authomatic doesn't support for `client credential grant` type of oauth2 authentication, it just support `authentication code grant`, so I need to authenticate my users using client credentia…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
```
What steps will reproduce the problem?
1. Use OAuth2 with Linkedin Signin
2. Fails on retrieveToken ("https://www.linkedin.com/uas/oauth2/accessToken")
What is the expected output? What do you se…
-
I have understood that your library can be employed to implement an oauth2 client running in a browser (user-agent) but I was not able to create a standalone bundle.js with `browserify`.
I have tr…
-
```
var twitterConsumerKey = '';
var twitterConsumerSecret = '';
var OAuth2 = require('oauth').OAuth2;
var oauth2 = new OAuth2(
twitterConsumerKey,
twitterConsumerSecret,
'https://api.twitter.c…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I use the downloaded version of Banana Cake Pop, and was able to use OAuth2 perfectly. …
-
Thanks for publishing an easy-to-use client library! I was wondering about the API design for actual use.
In the current code, it seems that `oauth2.TokenSource` is created for each request.
https…