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.
Ne najdete filma ali serije? Prijavite se, da ga/jo ustvarite.
Want to rate or add this item to a list?
Not a member?
Travis Bell je odgovoril
dne maj 27, 2014 ob 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.