Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
5answers
697 views

Why is the Netflix Prize so challenging?

Having just read the recent article in Wired, I'm curious: what is it about the Netflix Prize that's so challenging? I mean this in the sincerest way possible, I'm just curious about the difficulties ...
11
votes
6answers
804 views

Programming Contests (with prizes)

I've had a go at solving the Eternity puzzle (1,000,000 GBP prize) and Netflix Prize ($1,000,000) in the past. I didn't win either, but they motivated me to find out about a new area. What other ...
5
votes
2answers
154 views

How do I make the Netflix OAuth API use my callback?

I have a simple Rails application with which I am trying to use the Netflix API to gain access to some of my subscriber information, such as my history and queue. My problem is that no matter what I ...
5
votes
2answers
824 views

Return Count from Netflix oData Service When the LINQ Count() Method Doesn't Work

Is there a way to use a LINQ expression to request a Count query from the Netflix oData service in Silverlight 4? The Netflix documentation shows that you can return counts by appending $count to a ...
4
votes
2answers
262 views

Netflix/Hulu system architecure

Does anybody know the system architecture of Hulu or Netflix? How do they protect their content? How do they deal with scalability with multi-million concurrent subscribers while maintaining content ...
4
votes
2answers
2k views

Which CDN does Netflix and Hulu use and how can they offer unlimited streaming for $10 per month?

Do anybody know which CDN Netflix and Hulu use for hosting their content and what they are paying for traffic/streaming costs? (meaning; how can they possibly offer unlimited streaming for about $10 ...
4
votes
3answers
1k views

Netflix API, OAuth, and Ruby Issue

I am trying to use oauth with the rares-branch Ruby gem. I keep getting the error: instance of OAuth::Consumer needs to have method `marshal_load' My code, activate.rb is below. Any thoughts on how ...
3
votes
0answers
148 views

Generating oauth_signature for Netflix

I am trying to generate an oauth signature for use with Netflix. I have been following their API documentation but have issues when they get to the line that says "If you are using a library, once you ...
3
votes
2answers
516 views

How to use omniauth to make authenticated calls to services?

I've received a token / secret from a service using OmniAuth and can store it for users, but I'm stuck as to how to actually use these to call a service. The closest thing I've seen to this question ...
3
votes
3answers
3k views

Use LINQ to query nested OData collection

I'm playing around with the new Netflix OData feed (http://odata.netflix.com/Catalog/) and having some issues. I'm trying to learn LINQ at the same time but having difficulty doing what I thought was ...
3
votes
0answers
5k views

Using a REST API and iPhone/Objective-C [closed]

Possible Duplicate: Objective-C: Best way to access REST API on your iphone So I'm brand new to Netflix's API and have never used an API ever before. I'm ok with Objective-C and Cocoa Touch ...
3
votes
3answers
3k views

OAuth Callback procedure for mobile devices

I am designing a Netflix Application for BlackBerry mobile devices. I am currently working on the OAuth. I am at the point where I can generate a Netflix login page in an embedded browser field in my ...
2
votes
1answer
204 views

How to download code from Google code search?

I want to download the 'pyflix' library that was previously hosted at http://svn.pyflix.python-hosting.com/trunk/. That site now gives a 404 error. I found however a cached copy of the code via ...
2
votes
2answers
655 views

Basic Pseudocode for using SVD with Movielens/Netflix type data set

I'm struggling to figure out how exactly to begin using SVD with a MovieLens/Netflix type data set for rating predictions. I'd very much appreciate any simple samples in python/java, or basic ...
2
votes
1answer
2k views

SimpleXML: Selecting Elements Which Have A Certain Attribute Value

In an XML document, I have elements which share the same name, but the value of an attribute defines what type of data it is, and I want to select all of those elements which have a certain value from ...
1
vote
1answer
96 views

Unable to properly link external Java library in Eclipse

I've been struggling to properly integrate this Netflix Java Client to access Netflix's API into a very basic Eclipse Java Web Project. Whenever I try to publish any content referring to this ...
1
vote
1answer
229 views

How to query Netflix using YQL?

What is a query to select data from NetFlix API using YQL? I tried to run select* from netflix.catalog where key = "xxxxx"; but got an error Cannot find required keys in where clause; got 'key', ...
1
vote
2answers
291 views

Construct a Netflix Affiliate URL to a search result page?

I have a Netflix Affiliate account, but I don't want to direct users to the homepage for them to create an account, I want to direct them to a search result page. The reason for this is that on our ...
1
vote
1answer
618 views

Netflix OData API iPhone: Accessing more than just the title

Netflix just recently announced that they have a new OData API which gives developers access to more of their catalog and is exactly what I've been looking for. Also, on odata.org they have a sample ...
1
vote
1answer
560 views

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

With signpost 1.2: String authUrl = provider.retrieveRequestToken( consumer, callbackUrl ); Netflix API response: <status> <status_code> 400 </status_code> ...
1
vote
2answers
780 views

Blackberry and OAuth Question

I am developing a Netflix application for the Blackberry, and so far one of my biggest challenges has been related to the OAuth protocol. I have been searching for examples of implementing OAuth with ...
0
votes
1answer
76 views

Access to netflix api - silverlight

I am trying to access Netflix using REST API. Once I send the request I get an exception System.Security.SecurityException ---> System.Security.SecurityException: Security error. at ...
0
votes
1answer
101 views

Netflix OData: Simple query using the 'Count' of a navigation property

I am getting to know OData by querying existing OData feeds using LINQPad. Using the Netflix feed, I am attempting to get a list of actors with the most awards, but I am getting strange exceptions. My ...
0
votes
1answer
83 views

How to implement Netflix like rating using jQuery

There are quit a few jQuery plugins for star rating, but I have not found one that allows me to implement a Netflix like star rating widget. Specifically, I would like to have following features: if ...
0
votes
1answer
132 views

Launching Netflix iOS App from another iOS App

I've found around the web you can use the nflx:// url scheme to launch the Netflix app. Has anyone worked out the params to actually land it on a specific movie or search?
0
votes
2answers
219 views

Javascript API for Netflix Instant Player?

Is there a Javascript API for the Netflix Instant player? Preferably a supported, documented one, but an unsupported, undocumented one might be okay too; this is for a personal project. I'd like to ...
0
votes
1answer
72 views

Returning cast members with odata netflix query

I am trying to get the list of cast members in a movie when I request titles by genre and ratings. I use: dim catalogitem = (For g in Genre For t in g.titles Where ...
0
votes
0answers
43 views

is it possible to launch my own tv shows / channels on Netflix / Hulu? [closed]

I just wondering is there any way we can launch our own content of TV shows / channel on Netflix or Hulu or Apple TV by any means either via developer API or contract with them?
0
votes
1answer
48 views

Determine recently queued/number of queues for titles, recently watched, etc via Netflix API

I've seen other websites (InstantWatcher & Instant Watch DB) doing this, but how? I don't see anything in the API that exposes this kind of data? This is driving me batty! How are they doing it?! ...
0
votes
1answer
187 views

How do I perform projection on expanded entities in OData?

When I execute the following OData query I see a particular Netflix title with its awards expanded. http://odata.netflix.com/Catalog/Titles?$filter=Name eq 'The Name of The ...
0
votes
1answer
128 views

Netfix QueueSorter (chrome) - Help with modifying script to sort groups alphabetically

I have the Netflix Queue sorter installed as an extension. However, it randomly assigns an order to the movies within a genre. I want it to sort by name within the genre. I open ...
0
votes
2answers
129 views

How to properly use anonymous type with Netflix OData API

I am trying to use the query below in LINQPad. It isnt working. I am getting this exception: NotSupportedException: Constructing or initializing instances of the type ...
0
votes
1answer
533 views

paging through NetFlix odata results

I am playing around with the Netflix odata service to get a better understanding of how to consume odata data. In VS 2010 I added a service reference to the NetFlix odata service. I then wrote this ...
0
votes
2answers
240 views

Request Genres by MovieId using LINQ to Netflix OData

I am trying to create a LINQ query to return genres by movieid. The LINQ works in LINQPAD4. Can someone help me with the proper syntax? I am getting the following errors: Cannot implicitly ...
0
votes
1answer
62 views

Netflix: Fetching new remote data when it becomes readily available

I hope this is an appropriate question: I'm using the Netflix API and I'm wondering what the best way one would be able to automatically recieve new data when presented (in this case, recently watched ...
0
votes
1answer
679 views

Request all titles by actor using LINQ to Netflix OData

I'm experimenting with LINQPad to use LINQ to query the Netflix OData. I'm trying to search for all films with a particular actor in. For example: from t in Titles from p in t.Cast where p.Name == ...
0
votes
1answer
286 views

Search Netflix using API without the user being logged in?

I'm trying to search Netflix through their API, but without logging anyone in (because I want to do this on the back-end, not necessarily related to any user action). I'm just starting off with their ...
0
votes
1answer
48 views

Why aren't there any dates in the Netflix.com NewWatchInstantlyRSS feed entries (when parsed with feedparser)?

The output from the following: import feedparser d = feedparser.parse('http://www.netflix.com/NewWatchInstantlyRSS') d.entries[177].keys() is: ['summary_detail', 'links', 'title', 'summary', ...
0
votes
1answer
469 views

OAuth Authorized Access Token question for Java

I am developing an OAuth library to be used by BlackBerry mobile devices to connect to Netflix. I have successfully negotiated the request token and the access token. I have received the authorized ...
0
votes
2answers
160 views

When will the netfix prize be won?

Does anyone have a graph of the best Netflix prize submission by day? I'd like to get a prediction of when it will be solved based on extrapolating the existing progress. Alternativly, when do you ...