Hello, can anybody please tell me an example of a json document request for a particular movie details such as it poster picture and genre and cast? The http://docs.themoviedb.apiary.io/ does not give a very helpful example. I want a JSON returned data which i can use to display details. Thank you
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Want to rate or add this item to a list?
Not a member?
Odpowiedź użytkownika Chukwuka
13 kwietnia 2015 o godz. 1:47AM
Hello Prine, so I was doing a class demonstration of data integration and i have a link which gives me movies showing in cinemas today. I was hoping to integrate movie image from themoviedb.org with this info so for every movie showing today i can display associating image data. After i do a get_file_contents(data) for the JSON data and then do a json_decode(data), i am trying to get each movie image from the decoded json but most images do not show. Please help