php - Netflix: Fetching new remote data when it becomes readily available -


i hope appropriate question: i'm using netflix api , i'm wondering best way 1 able automatically receive new data when presented (in case, watched films when netflix user finishes watching one) way can think of spamming requests in intervals query feed. , php best bet?

that's right, netflix doesn't provide push notifications through api. you'll have poll feed periodically, not often: consumer key limited number of requests per second , requests per day.

i'm not sure you're trying do, know whether php right choice. oauth libraries available pretty every major language, it's you.


Comments

Popular posts from this blog

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -

asp.net - call stack missing info on mono with apache and mod_mono -