Hello!
In the beginning sorry for my English. I'm creating movie recommender based on TMDb and I have one problem, because I need to store data, but in license is:
Cache any TMDb metadata or photos other than for reasonable periods in order to provide your service.
But I need to store data for longer time, because I need to have connections between films, persons, genres. I have one other option. I can save just IDs, but it is impractical for me in future.
So I have one question: What is reasonable period?
Thanks for answer.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
12월 29, 2012 at 12:20 오후
Generally speaking, it's whatever is needed for your application. You can cache data locally, that is not a problem. We actually encourage it. The main thing this item deals with is the fact that you acknowledge that the data is never yours and we're simply granting you permission to use it.
Thanks for checking in about this, we appreciate it.
natlaid님의 댓글
12월 29, 2012 at 2:58 오후
Thanks for answer.