【发布时间】:2011-08-24 04:20:08
【问题描述】:
我正在尝试生成用于 Netflix 的 oauth 签名。我一直在关注他们的 API 文档,但是当他们到达“If you are using a library, once you have created your base string, it is easy to generate the signature. You pass your base string and your shared secret to a function and get the signature back. See the OAuth Code Page for examples”的行时遇到问题。
我可以创建我的基本字符串并拥有我的共享密钥,但不知道如何使用Oauth gem 来生成签名。
任何帮助都会很棒。
【问题讨论】: