I get an 400 error when I try to do any kind of authorization using oauth.
I tried different browsers and different code implementations, but still failed.
So I cloned a simple app from Levelup tutorial repo on Github, and after inserting secret key from api's I'm still getting 400 error
API parameters:
Authorized redirect URIs -
http://localhost:3000/_oauth/google?close
Authorized JavaScript origins: http://localhost:3000
Here's first part when I'm installing example Meteor App from git:

here's second part when I'm inserting google Api credentials and got an error: