Generating oauth_signature for Netflix
问题 I am trying to generate an oauth signature for use with Netflix. I have been following their API documentation but have issues when they get to the line that says "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." I can create my base string and have my shared secret but can not figure out how to use the Oauth