1
我能夠在用戶身份驗證過程中從Google獲取「代碼」。嘗試獲取訪問令牌時出現錯誤。錯誤:遠程服務器返回錯誤:(400)錯誤的請求,在Google令牌訪問期間
我的請求URL是this
我的代碼在GetResponse()
獲取響應
var request = WebRequest.Create(url);
request.Method = requestMethod;
request.ContentType = "application/x-www-form-urlencoded";
request.ContentLength = 0;
WebResponse responseData = request.GetResponse();
葛亭例外:
The remote server returned an error: (400) Bad Request
我無法找出我的代碼很想念。請幫助我在這裏