Questions tagged [netflix]

The netflix tag refers to questions related to Netflix API and its use. Netflix supports a JavaScript API and a REST API which allow you to integrate Netflix user services into an application.

Netflix supports a JavaScript API and a REST API which allow you to integrate Netflix user services into an application.

The official support has ended.

See Netflix changes its public API program by ending it, will no longer issue new dev keys

424 questions
0
votes
1 answer

How do I use DotNetOpenAuth with the Netflix API?

This is what I have so far, but it isn't working as I don't understand how DotNetOpenAuth is supposed to work. I only need it to sign the outcome with my key, but I am not having luck. Everything seems to point towards me needing to get the client…
JonathanTech
  • 228
  • 1
  • 12
0
votes
1 answer

using OAuth client to access Netflix and Facebook APIs

I coded a small Java program that handles Facebook's API from server to server, it was very simple especially when getting the code parameter from Facebook (on the callback URL). I only had to use HttpClient (I used apache commons). Now I am trying…
Jessica Cowen
  • 41
  • 1
  • 1
  • 4
-1
votes
1 answer

What is the best The IMDB REST API? Wher e can I get it from?

I want access to IMDB REST API. How can I get it?
-1
votes
3 answers

Microservices with Spring Boot, Netflix, Docker, Maven. How to organize development?

I'm new to Microservices and I chose the following stack as an exercise. I want to build some apis with Spring boot, Netflix apis and Maven Dockerize the microservices so that I can deploy in Cloud Foundry but also on Kubernetes or AWS Build a PWA…
Gfalco
  • 33
  • 1
  • 9
-1
votes
2 answers

HystrixCommandAspect Resulting into NoSuchMethodError in plain Java application

I am trying to use Hystrix in my Java Application, its a Non spring java application. Used following Maven Dependencies in POM to enable Hystrix commands : com.netflix.hystrix
Narendra
  • 131
  • 1
  • 8
-1
votes
1 answer

Cast Netflix video to TV, without Netflix account on it

I'm developing a TV App in android, which need to cast a video on TV netflix, but I have to do that without logged account on netflix tv app. Is it possible?
-1
votes
1 answer

How to get the details of the current Netflix video you're watching?

I'm trying to make a Chrome Extension for Netflix, and I'm curious if there's away to get details about the current video being played. I just want to extract the title of the video. I've seen that the Netflix API has been shut down so I'm curious…
-1
votes
2 answers

Blocking requests by IP

How does a site like Netflix restrict access by a user's country? If they are blocking by the IP location of the request, wouldn't it be easy to bypass that by going through a proxy? If so, how would they defend against something like that?
David542
  • 96,524
  • 132
  • 375
  • 637
-1
votes
1 answer

Android Google Play Movies app Play Video Intent

I have a requirement to launch Google Play Movies app and start specific movie. I do have video/movie id's with me. Please share information to start intent for this job. Thanks in advance...
SomeswarReddy
  • 208
  • 3
  • 11
-1
votes
1 answer

What type of Java Project is Netflix-Graph

Java has various project types and the worse thing is that I'm a newbie in Java. Netflix hosts a open-source project on GitHub: github.com/Netflix/netflix-graph/. I want to know which kind/type of project it is ? Console, EE, or ....? Also, how can…
Vikas Raturi
  • 878
  • 2
  • 12
  • 22
-2
votes
1 answer

How to get movie/tv show title from Netflix URL?

I am working on a chrome extension that tracks extracts movie/tv show titles that the user has watched from the browser history. I am able to get titles from primevideo, disneyplus. But Netflix doesn't show any titles. Is there a way of getting…
-2
votes
1 answer

Getting error while creating new task definition on conductor

I am creating a Worker task on conductor with http://localhost:8080/api/metadata/taskdefs but getting this error { "code": "INTERNAL_ERROR", "message": "INTERNAL_ERROR - Can not deserialize instance of java.util.ArrayList out of START_OBJECT…
-2
votes
1 answer

What is the differenect between spring cloud and spring cloud Netflix?

Could somebody explain what the difference between spring cloud and spring cloud netflix? I am just starting to learn and the difference is not very clear for me. The spring cloud is an "interface" (or standart or base implenetation) and Netflix is…
Cherry
  • 25,428
  • 40
  • 160
  • 286
-2
votes
2 answers

Netflix style java program

So I was given the task to create a very simple Netflix based program. So essentially it has to have a few different classes. A movie class (with basic movie info, already done this though) and a user class (this has to have basic user info like…
sean flannery
  • 49
  • 1
  • 1
  • 8
-3
votes
1 answer

What is event in context of Netflix technology?

In this link, @4.49sec speaker talks about some stats. He mentions 'event'. What exactly event here means in programming terms?
Mandroid
  • 3,359
  • 3
  • 28
  • 59
1 2 3
28
29