我接近得到這與Microsoft Dynamics CRM應用程序的工作,不過,我得到錯誤代碼214:錯誤認證數據:(Twitter的API的OAuth(錯誤代碼214:錯誤認證數據)
認證報頭:OAuth的oauth_nonce =」 * ***」, oauth_signature_method =」 HMAC-SHA1「,oauth_timestamp =」 1372370208」, oauth_consumer_key =」 * ** * *」, 組oauth_token =」 * ** * ** * ** *」, oauth_signature =」 * ** * ****「,oauth_version =」1.0「
我的代碼包括:
request.Headers.Add(「Authorization」, authHeader);
request.Method = 「GET」;
request.ContentType = 「application/x-www-form-urlencoded」;
var response = (HttpWebResponse)request.GetResponse();
return response;
任何想法,我要錯了,爲什麼我得到這個錯誤?
你得到它,因爲驗證數據不好。 – zerkms