群组
登录
群组
google-oauth-java-client
会话
关于
发送反馈
帮助
google-oauth-java-client
联系所有者和管理员
第 1 - 30 个,共 40 个
Discussion group for
Google OAuth Client Library for Java
.
Messages posted to this group are moderated for a member's first post only. We apologize for the delay, but unfortunately it is the only way to completely avoid spam.
全部标记为已读
举报群组
未选择
Jean de Klerk
2018/8/27
Ending Java 6 Support
Please note: since Java 6 extended support is being ended this December by Oracle, we will begin
未读,
Ending Java 6 Support
Please note: since Java 6 extended support is being ended this December by Oracle, we will begin
2018/8/27
Jean de Klerk
2018/8/1
Version 1.24.1 released
Hi all, 1.24.1 has been released. Here are the release notes, which are also available on github at
未读,
Version 1.24.1 released
Hi all, 1.24.1 has been released. Here are the release notes, which are also available on github at
2018/8/1
Jean de Klerk
2
2018/7/18
Ending Java 5 Support
Apologies, one correction: support will end in 1.24.0, not 1.25.0. On Wednesday, July 18, 2018 at 8:
未读,
Ending Java 5 Support
Apologies, one correction: support will end in 1.24.0, not 1.25.0. On Wednesday, July 18, 2018 at 8:
2018/7/18
Darshan Mehta
,
Thar Nge Lay(275756583)
2
2016/7/8
Exception in parsing google webmasters api response
On Tuesday, 18 August 2015 00:59:25 UTC+6:30, Darshan Mehta wrote: Hello, I am using google
未读,
Exception in parsing google webmasters api response
On Tuesday, 18 August 2015 00:59:25 UTC+6:30, Darshan Mehta wrote: Hello, I am using google
2016/7/8
Shabeer Dewan
2016/5/10
Why does this project still use legacy (org.mortbay.jetty) version of jetty?
Since the release of jetty version 7 in 2009, the core components of Jetty have been moved to Eclipse
未读,
Why does this project still use legacy (org.mortbay.jetty) version of jetty?
Since the release of jetty version 7 in 2009, the core components of Jetty have been moved to Eclipse
2016/5/10
Roshan Kariyadan
2015/2/24
Email Settings API - ClientLogin
We are using EMAIL Settings API and ClientLogin for Authentication. EMAIL Settings API is still on
未读,
Email Settings API - ClientLogin
We are using EMAIL Settings API and ClientLogin for Authentication. EMAIL Settings API is still on
2015/2/24
Roshan Kariyadan
3
2015/2/19
Google OAuth 2.0 and Data Store Need
Any help on this is greatly appreciated. Could not find any documentation on google on this case.
未读,
Google OAuth 2.0 and Data Store Need
Any help on this is greatly appreciated. Could not find any documentation on google on this case.
2015/2/19
john....@gmail.com
,
Daniel Wang
2
2015/2/3
Can somebody provide some sample code for the oauth 2 Resource Owner Password Grant Type?
Yes, Resource Owner Password Credentials Grant is implemented in this library. The Javadoc for
未读,
Can somebody provide some sample code for the oauth 2 Resource Owner Password Grant Type?
Yes, Resource Owner Password Credentials Grant is implemented in this library. The Javadoc for
2015/2/3
Daniel Wang
3
2015/1/28
Moving to GitHub
The samples are copied from google code to the base github repository. They will be kept as Maven
未读,
Moving to GitHub
The samples are copied from google code to the base github repository. They will be kept as Maven
2015/1/28
Bharathi Rajagopal
2015/1/20
java.net.SocketTimeoutException: connect timed out- while executing GoogleAuthorizationCodeTokenRequest
Hi, While trying to get refreshToken by executing execute method in
未读,
java.net.SocketTimeoutException: connect timed out- while executing GoogleAuthorizationCodeTokenRequest
Hi, While trying to get refreshToken by executing execute method in
2015/1/20
Euber Bispo
,
Daniel Wang
2
2015/1/2
GMail API OAuth Scope
Please also post your question on the Gmail API support page: http://stackoverflow.com/questions/
未读,
GMail API OAuth Scope
Please also post your question on the Gmail API support page: http://stackoverflow.com/questions/
2015/1/2
GAuth Test
,
Daniel Wang
2
2015/1/2
Need help on Google Authenticaion usage in JAVA web portal
Let's have a little clarification first. Are you trying to access user data stored by a Google
未读,
Need help on Google Authenticaion usage in JAVA web portal
Let's have a little clarification first. Are you trying to access user data stored by a Google
2015/1/2
dds.d...@gmail.com
,
Daniel Wang
2
2014/11/7
Need help implementing OAuth 2.0 authorization
Hi, We have provided multiple auth flows [1] that are suited for different types of applications. In
未读,
Need help implementing OAuth 2.0 authorization
Hi, We have provided multiple auth flows [1] that are suited for different types of applications. In
2014/11/7
Daniel Wang
2014/4/10
Version 1.18.0-rc released!
Announcing the release of version 1.18.0-rc: Highlights: Updated to google-http-java-client version
未读,
Version 1.18.0-rc released!
Announcing the release of version 1.18.0-rc: Highlights: Updated to google-http-java-client version
2014/4/10
Shawn Lauzon
2014/4/8
Client credentials flow & installed app classes: useful
Hi, I've been using the OAuth 2.0 classes for authorization code grant, and it's worked quite
未读,
Client credentials flow & installed app classes: useful
Hi, I've been using the OAuth 2.0 classes for authorization code grant, and it's worked quite
2014/4/8
Joe White
, …
Alex
6
2014/4/4
Has this OAuth2 project gone dormant? I see regular updates until September, 2013
Daniel, Does that apply to GAE as well? The docs say that google-oauth-java-client is built on google
未读,
Has this OAuth2 project gone dormant? I see regular updates until September, 2013
Daniel, Does that apply to GAE as well? The docs say that google-oauth-java-client is built on google
2014/4/4
Lars Bohl
2014/3/30
AuthorizationCodeFlow thread safe, why use a lock?
In AbstractAuthorizationCodeCallbackServlet (from the google-oauth-java-client repo) I see the
未读,
AuthorizationCodeFlow thread safe, why use a lock?
In AbstractAuthorizationCodeCallbackServlet (from the google-oauth-java-client repo) I see the
2014/3/30
Dakuo Wang
2014/1/28
JdoCredentialStore doesn't exist
In the homepage example, it used the JdoCredentialStore. While that class doesn't exist anymore,
未读,
JdoCredentialStore doesn't exist
In the homepage example, it used the JdoCredentialStore. While that class doesn't exist anymore,
2014/1/28
Rusty Wright
2
2014/1/6
how do I get a refresh token?
I can get it if I set approval_prompt to force. Here's the latest version of my code: http://
未读,
how do I get a refresh token?
I can get it if I set approval_prompt to force. Here's the latest version of my code: http://
2014/1/6
Luís Azevedo
2013/10/28
Using with twitter
I'm having issues invoking twitter REST API using Google Oatuh Java Client. I'm able to do
未读,
Using with twitter
I'm having issues invoking twitter REST API using Google Oatuh Java Client. I'm able to do
2013/10/28
Karl Li
, …
Tobias Viehweger
4
2013/10/15
How to exchange the code for an Access Token
Hi, I have the same problem with facebook.. Is there a way to get an extension possibilty like Apache
未读,
How to exchange the code for an Access Token
Hi, I have the same problem with facebook.. Is there a way to get an extension possibilty like Apache
2013/10/15
Eyal Peled
2013/9/13
Version 1.17.0-rc released!
Announcing the release of version 1.17.0-rc: Highlights: Updated to google-http-java-client version
未读,
Version 1.17.0-rc released!
Announcing the release of version 1.17.0-rc: Highlights: Updated to google-http-java-client version
2013/9/13
Nick Miceli
2013/8/5
Version 1.16.0-rc released!
Announcing the release of 1.16.0-rc: Highlights: Updated to google-http-java-client version 1.16.0-rc
未读,
Version 1.16.0-rc released!
Announcing the release of 1.16.0-rc: Highlights: Updated to google-http-java-client version 1.16.0-rc
2013/8/5
Nick Miceli
2013/5/10
Version 1.15.0-rc of the Google OAuth Java Client has been released!
Announcing the release of 1.15.0-rc: We are proud to announce the first release candidate of the
未读,
Version 1.15.0-rc of the Google OAuth Java Client has been released!
Announcing the release of 1.15.0-rc: We are proud to announce the first release candidate of the
2013/5/10
Nick Miceli
2013/3/25
Version 1.14.1-beta of the Google OAuth Java Client has been released
Announcing the release of 1.14.1-beta: Highlights: Updated to google-http-java-client version 1.14.1-
未读,
Version 1.14.1-beta of the Google OAuth Java Client has been released
Announcing the release of 1.14.1-beta: Highlights: Updated to google-http-java-client version 1.14.1-
2013/3/25
sunray
2013/2/22
Error while authenticating with google
I have my dev, qa domains registered in google and they all work fine when I try to sign into my
未读,
Error while authenticating with google
I have my dev, qa domains registered in google and they all work fine when I try to sign into my
2013/2/22
Michel Jonker
,
Yaniv Inbar (יניב ענבר)
5
2012/12/15
I have an Google AppEngine Servlet that receives an ApplicationToken from an OAuth 2.0 enabled web application: what would be the next step
Hi Michel, Thank you for your investigation. I commented on your bug report here: http://code.google.
未读,
I have an Google AppEngine Servlet that receives an ApplicationToken from an OAuth 2.0 enabled web application: what would be the next step
Hi Michel, Thank you for your investigation. I commented on your bug report here: http://code.google.
2012/12/15
Nils Dussart
,
Yaniv Inbar (יניב ענבר)
2
2012/11/5
Serializing the credential class or creating a new one
There are a number of possible solutions depending on your use case. One option is to simply pass
未读,
Serializing the credential class or creating a new one
There are a number of possible solutions depending on your use case. One option is to simply pass
2012/11/5
Ravi Mistry
2012/9/5
[google-oauth-java-client Announcements] Announcing the release of 1.11.0-beta!
Announcing the release of 1.11.0-beta! Highlights: [Issue 44] Removed deprecated classes/methods/
未读,
[google-oauth-java-client Announcements] Announcing the release of 1.11.0-beta!
Announcing the release of 1.11.0-beta! Highlights: [Issue 44] Removed deprecated classes/methods/
2012/9/5
Ravi Mistry
2012/6/26
[google-oauth-java-client Announcements] Version 1.10.1-beta released!
Announcing the release of 1.10.1-beta! Bugs Fixed: Updated to google-http-java-client version 1.10.3-
未读,
[google-oauth-java-client Announcements] Version 1.10.1-beta released!
Announcing the release of 1.10.1-beta! Bugs Fixed: Updated to google-http-java-client version 1.10.3-
2012/6/26