For TMDB, I need to do a look up from IMDB-to-TMDB id before using the TMDB id to make additional calls. With Graph, I could make a request for the IMDB-to-TMDB and then re-use it on other requests.
Might also make sense to start adding the TMDB id to my DB data so I can avoid making the call just to translate from IMDB
For TMDB, I need to do a look up from IMDB-to-TMDB id before using the TMDB id to make additional calls. With Graph, I could make a request for the IMDB-to-TMDB and then re-use it on other requests.
Might also make sense to start adding the TMDB id to my DB data so I can avoid making the call just to translate from IMDB