Sorry. I find the documentation hard to understand. Suppose I have a movie's TMDb or IMDb ID number. And in a web page, I wish to display (but not store) the top poster for that film.
I have an API key.
I may have grokked this a couple years back but it eludes me now.
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ ديسمبر 11, 2014 في 7:06 مساءا
If you have a TMDb ID, lets say id 550, you would issue this request:
Grab the
poster_path
field (/2lECpi35Hnbpa4y46JX0aY3AWTy.jpg) in this case, an combine it with the details outlined in the configuration method. For the sake of this discussion, lets say the 'w500' size:If you had an IMDB id (tt0137523 in this case), you would start with the find method…
Grab the id and pick up where I started above.