I'm trying to search a list. using http://api.themoviedb.org/3/search/list?api_key=?query=
what does CGI escaped string means? how that should be?
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 Dale
el 11 de agosto de 2015 a las 14:50
First thing is you need to get a API key. The next thing is your need to change the second question mark to &. For example
http://api.themoviedb.org/3/search/list?api_key=KEY&query=kids
might want to try using Google for your question about CGI.
Dale.