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.
Kan du inte hitta en film eller tv-serie? Logga in för att skapa den.
Vill du betygsätta denna artikel eller lägga till den i en lista?
Inte medlem?
Svar från Travis Bell
den 27 maj 2014 vid 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.