Ebeo / google-gdata

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

oAuth #375

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Retrieve OAuthAuthorizeToken

What is the expected output? What do you see instead?
callback should pass two perimeters 

string oauth_access_token = Request["oauth_token"];
string oauth_access_verifier = Request["oauth_verifier"];

But oauth_verifier is not passed in the query string so I can not create
the access token request.
online sample 
http://elitesports.com.au/googledata

Original issue reported on code.google.com by afor...@learn.net.au on 23 Apr 2010 at 5:44

GoogleCodeExporter commented 9 years ago
That has nothing to do with .NET, that's a service bug. The parameter is 
missing in
the past URL. Please file this against the services.

Original comment by fman...@gmail.com on 26 Apr 2010 at 1:53