sdrose65 / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Missing OAuth 2 support #522

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adds support for OAuth 2.0 access tokens.

Original issue reported on code.google.com by Jacob.Ko...@gmail.com on 7 Jul 2011 at 4:26

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch, Jacob!
I'm currently travelling, but I promise to check it next week.

Claudio

Original comment by ccherub...@google.com on 7 Jul 2011 at 9:59

GoogleCodeExporter commented 9 years ago
Jacob,

Your patch only allows users to pass an OAuth2 token that was already generated 
(somewhere else) but it doesn't provide a way for them to generate such tokens.
Are you planning to add that as well?
Thanks

Claudio

Original comment by ccherub...@google.com on 12 Jul 2011 at 9:12

GoogleCodeExporter commented 9 years ago
I wrote a blog post about my findings:

http://blog.jaks.dk/2011/07/playing-with-oauth-20-to-access-google.html

I don't plan to add OAuth 2 protocol communication into this project.
I think it is better to place that functionality into a seperate
library because it shouldn't be specific to Google OAuth 2. That said,
a Google API OAuth 2 .NET client exist:

http://code.google.com/p/google-api-dotnet-client/wiki/OAuth2 

Original comment by Jacob.Ko...@gmail.com on 15 Jul 2011 at 5:58

GoogleCodeExporter commented 9 years ago
OAuth 2.0 support has been added in rev. 1144:

http://code.google.com/p/google-gdata/source/detail?r=1144

Relevant samples will be added in the near future.

Original comment by ccherub...@google.com on 27 Dec 2011 at 4:19