Nash

Results 1 comments of Nash

https://github.com/majiameng/OAuth2/blob/5e7dd6f0cac61be26641c2869375ac1eb159d80d/src/Gateways/Google.php#L88C5-L88C5 `$headers = ['Authorization : Bearer ' . $this->token['access_token']];` > Authorization : 冒號之前多了個空白,會造成請求送出錯誤。 > 我是刪除那個空白後就正常能用了,再次感謝。