【发布时间】:2020-01-12 00:00:04
【问题描述】:
我已在https://accounts.google.com/o/oauth2/v2/auth 上请求获取授权码,但只得到 400 Oauth 错误!! 1. 能否提供请求格式和参数,以便我知道我哪里出错了?
Here is request :
https://accounts.google.com/o/oauth2/v2/auth?scope=https://mail.google.com/&redirect_uri=https://www.msn.com&access_type=offline&client_id=*********.apps.googleusercontent.com&response_type=code&include_granted_scopes=true
【问题讨论】:
标签: authorization google-oauth