All posts tagged ‘netflix’

File Under: Uncategorized

Netflix API Gets Love From Plaxo

When Netflix released its API, I said the coolest thing was that it gave developers access to a database of movies and actors. It also uses OAuth to let third parties create applications that build off of a user’s account.

Plaxo has done just that, by adding ratings integration into its Pulse social network. When you add it to your Pulse account, you are taken to Netflix to login, so Plaxo doesn’t get your login details. Then you choose which of your Pulse contact groups you want to give access. You can just make the ratings public, but then we’ll know your affinity for Harold and Maude (and I totally get it).

The Plaxo team got this Netflix integration done fast, which Plaxo credits to the way Netflix created the API:

“Netflix chose to build it with existing, open standards. Specifically, they’re using OAuth to let users grant Plaxo access to their non-public data, and they’re using protected ATOM feeds for the ratings (along with RESTful APIs for getting additional data). Since Plaxo already knows how to crawl ATOM feeds, and we already know how to take users through the OAuth flow, it was trivial for us for hook this all up.”

This is good stuff from Plaxo, too, which has a bit of a reputation to get over. Now attempting to be known for openness, to many Plaxo is still seen as a spammer due to emails that made us update our friends’ address books.

There are probably many who wouldn’t join Plaxo, let alone give it access to their Netflix queue, but for those willing to give them a shot, it looks like the sort of place where you’ll see fun new features sooner than later.

See also:

File Under: Uncategorized

Netflix API Brings Movie Catalog to Your App

delivered by NetflixMovie rental site Netflix announced an API to access its massive catalog of films and movie people. Applications written on the API can also let users login using OAuth to access their movie queues.

In the past Netflix has fostered its developer community by providing private feeds and sponsoring the Netflix prize for improving its recommendation system. When the API announcement came through, I had to think twice because it seemed unlikely that Netflix didn’t already have an API.

Surprisingly, this is the first official API from Netflix, though developers previously went as far as creating a third party API. It looks like the wait was worth it, as Netflix has opened up its database of movies, actors, and directors. Applications can also manage a user’s queue and link directly to instant viewing, meaning developers can create entirely different ways of accessing the most common Netflix.com features.

As I’ve alluded to, the great thing here is its catalog of movies. Search by title and you get a list of results with information about movies that match. In addition, Netflix provides a list of several related movies for each search result. Super cool.

Like the recently-released Evernote API, Netflix uses the OAuth standard for authenticating users. Major props to Netflix for embracing this standard, a big step toward distributing services across the web.

Highlight URL template and Flixotize it, Flixo asks for missing arguments

As part of the release, Netflix created a Firefox extension, Flixo, to browse the API without having to write code. This is a great way to get a feeling for how to use the API. It shows XML results from the API, so it’s for developers. It might be a little buggy, but it’s better than trying out API calls manually when you just want to see what the results will be.

See also: