'code':<the code>,
'client_id':<CLIENT_ID>,
'client_secret':<CLIENT_SECRET>,
'redirect_uri': 'http://localhost:8080/code',
'grant_type':'authorization_code'
http://localhost:8080/code is registered as a redirect URI under my Google APIs console. Indeed if I intentionally change the client ID to something incorrect I get an 'invalid client' error. So I'm confident that with my actual client ID and secret this should work.
Any ideas? Is there a good way to debug this?
THanks
The changes were announced in oauth2-dev:
https://groups.google.com/group/oauth2-dev/browse_thread/thread/a0d7ad55f16b9bd4/c4dc01adfd51d8b3?lnk=gst&q=changes#c4dc01adfd51d8b3
--
--Breno