This is how I call a service with .NET:
var requestedURL = \"https://accounts.google.com/o/oauth2/token?code=\" + code + \"&client_id=\" + client_id + \"
Change the way you requested the method from POST to GET ..