Google OAuth2 response_type error on authorization code request
问题 I'm trying to get an authorization code from Google+ API, as described in Step 1(Set authorization parameters) (HTTP/REST). As I've read there, the Google authorization server has the following mandatory query string parameters: client_id , redirect_uri and scope , so my href would look like this: https://accounts.google.com/o/oauth2/v2/auth?client_id=123002756467-dmq0soo7rlfc4on640hdsehnrvb700t7.apps.googleusercontent.com&redirect_uri=http://localhost:5000/oAuthCallback&scope=https://www