我接近让它与 Microsoft Dynamics CRM 应用程序一起使用,但是,我得到错误代码 214:错误的身份验证数据。:(
身份验证标头:OAuth oauth_nonce=”<strong> * ***”, oauth_signature_method=”HMAC-SHA1″, oauth_timestamp=”1372370208″, oauth_consumer_key=”<strong> * ** * *”, oauth_token=”<strong> * ** * ** * ** * ”, oauth_signature=”<strong> * ** * ****”, oauth_version=”1.0”</p>
我的代码包括:
request.Headers.Add(“Authorization”, authHeader);
request.Method = “GET”;
request.ContentType = “application/x-www-form-urlencoded”;
var response = (HttpWebResponse)request.GetResponse();
return response;
任何想法我哪里出错了,为什么我会收到这个错误?