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

Upon retrieving the request token, simply add this line of code to your application.

Up vote 1 down vote favorite share g+ share fb share tw.

With signpost 1.2: String authUrl = provider. RetrieveRequestToken( consumer, callbackUrl ); Netflix API response: 400 oauth_consumer_key is missing 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 java oauth netflix signpost link|improve this question asked Mar 12 '10 at 21:14Stefan Kendall18.8k635112 96% accept rate.

Upon retrieving the request token, simply add this line of code to your application: authUrl = OAuth. AddQueryParameters(authUrl, OAuth. OAUTH_CONSUMER_KEY, CONSUMER_KEY, "application_name", APPLICATION_NAME).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions