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
Original issue reported on code.google.com by
afor...@learn.net.au
on 23 Apr 2010 at 5:44