Hi,
I'm trying out the OAuth2.0 API (great initiative!), but I'm stuck at the accesstoken call. I'm using the oauth 2.0 for native applications flow, following the example here
http://code.google.com/intl/no-NO/apis/accounts/docs/OAuth2.html#IA..ofc using my own clientid, secret and the generated authorization code from the auth call.
I can't seem to find any specific description about what this error means.
It would seem that the grant type authorization_code is invalid, but..that doesn't make any sense.
Any hints would be appreciated.
regards,
oauth_astronaut