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.
我正在尝试从 REST API 获取数据,他们还没有完全实现 OAuth。一旦您已经拥有访问令牌,他们只会使用 OAuth 使用的签名方法。我已获得消费者密钥和秘密以及用户密钥和秘密。现在我不确定如何使用用户密钥和秘密生成 oauth 令牌。
你能建议怎么做吗?
如果您查看OAuth.net 站点,他们有一个代码部分,其中为您指出了用于实现 OAuth 的各种语言的多个框架。大多数(如果不是全部)框架都有示例,您可以按照这些示例来了解如何使用其框架设置 OAuth 调用。