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
Post a Comment