Hi all,
I'm new so forgive my ignorance. With that said I need help with what I'm trying to achieve. Ok so here is my site viewnewmovies.com What I want is for the API to only populate movies that I specify. Or the ability to load only the movies I have added to a list, watch-list and etc from a different account. That way the user will only see these movies and not everything else.
Thanks in advance.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 27 mai 2014 à 11h05
Hi chingbit,
Your best bet would be to use TMDb sessions to get a per user watch list, favourite list etc… having said that though, each user would need to have their own TMDb account.
If that's not an option, you'll mostly have to build this on your end yourself. You can be caching the movie details in whatever schema makes the most send for your app and just do everything locally.