When I make an OAuth request POST to the Google OAuth endpoint I get a 400 error saying I am missing the response_type, despite clearly sending "response_type=code" in the request url:
https://accounts.google.com/o/oauth2/v2/auth?scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fyoutube.upload&access_type=offline&include_granted_scopes=true&state=state1&redirect_uri=https%3A%2F%2Fauth.somedomain.com%2Foauth2%2Ftoken&response_type=code&client_id=12345465634-qle7u44c0j4hjdjvt1fakes9gju4qe71.apps.googleusercontent.comAny ideas?