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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 27 mai 2014 la ora 11:05 AM
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.