abujehad139 / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

.NET missing Google.Apis.Oauth2.v2 / Google.Apis.Oauth2.v2.Data - Reference Docs not updated #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to https://developers.google.com/glass/authorization Review Code Example 
for oAuth2
2.Example requires 

using Google.Apis.Oauth2.v2;
using Google.Apis.Oauth2.v2.Data;

However, these namespaces are no longer found inside of the oauth .net library.

3. userinfo and oauth2service are missing reference types as a result. 

What is the expected output? What do you see instead?

I was expecting per the reference documentation: 
https://developers.google.com/resources/api-libraries/documentation/oauth2/v2/cs
harp/latest/ 

that the libraries would be there.

What version of the product are you using? On what operating system?

VS2010, .net 4.0 framework @ windows 7 64bit

Please provide any additional information below.

If oAuth is used differently in .net now, then please update the reference 
documentation. 

https://developers.google.com/glass/authorization has a .net example using 
these two libraries, and it's really confusing, not to mention frustrating when 
there are missing libraries w/o an obvious place where I can look for changes. 

Thanks!

Original issue reported on code.google.com by cbarthol...@gmail.com on 21 May 2013 at 2:15

GoogleCodeExporter commented 9 years ago
My apologies, I had not seen the library that was downloaded with the 
dependencies. Please omit the above. This is ok.

Original comment by cbarthol...@gmail.com on 21 May 2013 at 2:22

GoogleCodeExporter commented 9 years ago
this issue was opened by mistake

Original comment by pele...@google.com on 21 May 2013 at 9:25