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.
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Travis Bell válaszolt
Beküldve: 2014. május 27. 11:05
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.