|
Forum Post |
Create |
Created new forum post in App not showing up in account after auth.: Just to confirm, once the user authorized linking the account, was the request_token exchanged for access_token? |
3 years ago
|
|
Comment |
Create |
Created new comment in App Gallery Open for Developer Submissions: Yes. The submission worked. We'll be fixing the page soon to show success message. |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Accessing a users data: You can get a user's feed urls using resource - users/userID/feeds |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in is something currently wrong with /catalog/titles/index?: This has been fixed to return 503 Service Unavailable instead of the 404 when the catalog index is not available for some reason. |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Problem with Our Man Flint...: This bug has been fixed. |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Format (BluRay/DVD) won't Update: This bug has been fixed. |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in API doesn't seem to take into account lost DVDs - is this a known issue: Hi Raghu,
We are filtering movies marked lost from at_home movies. We were trying to determine if it is a caching issue. Do you see this problem go away after some time for these customers? |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in is something currently wrong with /catalog/titles/index?: Anurag,
Are you getting the catalog using /catalog/index? If yes, that is the old version of catalog index . You need to request the catalog from /catalog/titles/index.
-Anu |
3 years ago
|
|
Forum Post |
Create |
Created new forum post in Ratings for user movies: Hi Sundar, We are looking into this.
Can you try the POST by adding the request parameters in the request body?
Also, are you doing the POST request by setting parameter "method=GET" or by setting the request header "X-HTTP-Method-Override" to GET?
|
4 years ago
|
|
Forum Post |
Create |
Created new forum post in Ratings for user movies: You are getting only 52 ratings because of url size limit for HTTP GET method. In this case, you can use POST method to do GET.
see documentation on Forming Requests here -
http://developer.netflix.com/docs/REST_API_Conventions#0_pgfId-1008716
|
4 years ago
|