看了一下錯誤代碼,說是沒有referer參照位址,不給過...
所以只好手動加入
修改tad_login目錄下/class/google/auth/Google_OAuth2.php第231行:
array('Authorization' => 'Bearer ' . $this->token['access_token'])
改成
array('Authorization' => 'Bearer ' . $this->token['access_token'], 'Referer' => '填入Domain')