I post: http://api.netflix.com/oauth/request_token?oauth_signature_method=HMAC-SHA1&oauth_consumer_key={key}&oauth_version=1.0&oauth_timestamp=1257355997&oauth_nonce=2busst&oauth_signature=thesignature
and I get:
<status>
<status_code>400</status_code>
<message>Missing oauth_token</message>
</status>
How can I give it the oauth_token if I am requesting the token? This was working yesterday...
I post: http://api.netflix.com/oauth/request_token?oauth_signature_method=HMAC-SHA1&oauth_consumer_key={key}&oauth_version=1.0&oauth_timestamp=1257355997&oauth_nonce=2busst&oauth_signature=thesignature
and I get:
<status>
<status_code>400</status_code>
<message>Missing oauth_token</message>
</status>
How can I give it the oauth_token if I am requesting the token? This was working yesterday...
Doron – 2 months ago
Looks like it is working again now