How to request a OAuth 2.0 access token by Google GData API? Does this API support OAuth 2.0? It is seems OAuth 1.x API only in the spec.
I already get the access token. Now, I would like to send the OAuth2 request by GData API. The error msg is: Error while validating OAuth2 request.
Does following parameter a correct Oauth2 request header: Header("Authorization", "Bearer " + accessToken) ??