frog0214 / google-gdata

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

Service.QueryAuthenticationtoken() returns null #608

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

 service = new Service("analytics", Applicationname);
 service.setUserCredentials(userName, password);
 string cc= service.QueryAuthenticationToken();

What is the expected output? What do you see instead?
Here cc should contain token but it is null

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nimbalka...@gmail.com on 10 Jul 2012 at 9:55

GoogleCodeExporter commented 8 years ago
The QueryAuthenticationToken() method is deprecated but it still works 
correctly, I just tested it again.

Please check you are using the latest version of the library and inspect the 
HTTP traffic if you still don't have results.

Original comment by ccherub...@google.com on 10 Jul 2012 at 4:16