Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的很困惑,我可以使用 oauth1.0a.js API 成功获取请求令牌,而不是访问令牌。总是得到“无法验证 OAuth 请求”。即使在 POST 请求的表单中提供了令牌验证器。有人有同样的问题吗?提前致谢。
我今天自己解决了,我发现导致它的原因是API没有将回调url的oauth_verifier返回添加到Basestring进行签名计算。(可能是因为它是oauth1.0a特性)手动添加它。它解决了这个问题。