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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Chukwuka
el 13 de abril de 2015 a las 01:47
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