当我获取代码并请求令牌时出现问题。用于使用在其他项目上运行良好的代码进行授权。我在开发人员控制台和配置文件中检查凭据。尝试连接来自其他站点和其他帐户的授权一无所获。我检查了重定向,标题,但一无所获。
$request = Google_Client::$io->makeRequest(new Google_HttpRequest('https://accounts.google.com/o/oauth2/token', 'POST', array((, array( 'code' => $_GET['code'], "grant_type" => "authorization_code", 'redirect_uri' => $this->重定向Uri, 'client_id' => $this->clientId, 'client_secret' => $this->客户端机密 )));
此请求返回"获取 OAuth2 访问令牌时出错,消息:'invalid_grant'">