View Member John Haren

User Information

Blog URL:
http://lysergicjava.com
Website:
http://lysergicjava.com
Registered:
4 years ago

Recent Activity

Type Action Content Last Activity
Forum Post Update Updated forum post in List of known issues: Hello all, We've started a page of known issues that lists the things we're aware of and working on (or not working on, as the case may be) with the API. It gives a brief ancapsulation of the issue, along with its status. You can find it at http://deve 1 year ago
Forum Post Create Created new forum post in Is this really so difficult...: Or, since you want to chron it, you can use my Netflix command-line client: http://www.blueleftistconstructor.com/projects/nfcli/usage.html 2 years ago
Forum Post Create Created new forum post in do usage limits apply to app or user?: Kevin, It depends on what token/access signing you use, and not the resource you call. If you send an autocomplete or catalog/title request on behalf of a user, and use that users' access token, the request will count against the unique user limit. If 2 years ago
Forum Post Create Created new forum post in Java API Help: Jon, What you need to do is send the user to the redirect URL you obtaing by calling the getNetflixAuthorizationURL() method. After the user follows that link and logs in to Netflix, Netflix will redirect back to your site. In the callback from Netfli 2 years ago
Forum Post Create Created new forum post in users/userid/ratings/title doesn't support ?method=: If I'm reading this right, you're putting ?method=GET into your query string as well as the post body. Take it out of the query string. If you're posting, all query params should be in the post body. The only exception to this is that you can send all 3 years ago
Forum Post Create Created new forum post in 500 Error On Linking Page: A fix is forthcoming. We'll get this working as fast as we can. Apologies all around. 3 years ago
Forum Post Create Created new forum post in users/userid/ratings/title doesn't support ?method=: Doron, Have you tried adding the method-GET parameter as a POST body param as well, and not in the query string? I bring this up because in my client scheme, having some parameters in the body and others in the query string would break oauth. I'm not s 3 years ago
Forum Post Create Created new forum post in I'm getting 400/130 errors when trying to change a movie's position in the queue: Yes, that does happen from time to time. 3 years ago
Forum Post Create Created new forum post in HMAC_SHA1 - what library to use: Well, remember that the entire intention of OAuth is to have the user grant access to a 3rd-party application without exposing his credentials to that app. So, as far as the series of calls is concerned, you (1) get a request token, (2) send the user off 3 years ago
Forum Post Update Updated forum post in HMAC_SHA1 - what library to use: My first guess would be that the request token you have is not being authorized. In your above sample I can see where you get the auth URL to give to the user, but unless the user goes to that location and grants access the request token you have won't w 3 years ago

[ Page 1 of 3 | Next ]