7数字API:OAuth认证错误:签名无效
我有身份验证问题,我正在执行此步骤:
1.第一次通过使用这个网站的URL获得oauth_signature以下详细信息:http: //7digital.github.io/oauth-reference-page/
网址: https : //api.7digital.com/1.2/oauth/requesttoken
消费者密钥: MY_KEY
消费者机密: MY_SECRET_KEY
现时: 814629426
* *时间戳: 1383291284
body编码:** application / json
他们发送请求获取7digital API的oauth_token:https://api.7digital.com/1.2/oauth/requesttoken?oauth_consumer_key=MY_KEY&oauth_nonce=184615245&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1383144733&oauth_version=1.0&oauth_signature=sJ%2B%2BPq2i9LfC1xGG1EHx2DrTBxg% 3D
该请求获取oauth_token和oauth_token_secret。
2.我需要使用客户端密钥来授权oauth_token:
https://account.7digital.com/7dysvzdxkkmf/oauth/authorise?oauth_token=7EP6KGD如果我有一个7数字帐户,请求会回复一个页面进行注册或登录。
3.我需要访问令牌:
https://api.7digital.com/1.2/oauth/accesstoken?oauth_token=JXLDXZY&oauth_consumer_key=MY_KEY&oauth_signature=uJ8jUSre5%2Fe5qiJsA5jeN54143M%3D&oauth_timestamp=1383204749&oauth_nonce=558206579
但在第3步我收到错误消息:OAuth身份验证错误:签名无效。
我的代码有什么问题?
链接地址: http://www.djcxy.com/p/48001.html上一篇: 7digital API : OAuth authentication error: Invalid signature