Authenticating with Netflix: Netflix OAuth vs. SignPost OAuth: Which is correct?

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-03-12T21:14:12Z Indexed on 2010/03/12 21:17 UTC
Read the original article Hit count: 573

Filed under:
|
|
|

With signpost 1.2:

String authUrl = provider.retrieveRequestToken( consumer, callbackUrl );

Netflix API response:

<status>
  <status_code>
    400
  </status_code>
  <message>
    oauth_consumer_key is missing
  </message>
</status>

I see how to craft the URL manually via the netflix documentation, but this seems to contradict other services which use OAuth authentication. Who's incorrect, here? Is there a way to get signpost to work with Netflix, aside from contributing to the signpost source? :P

© Stack Overflow or respective owner

Related posts about netflix

Related posts about oauth