Hi, Whenever i use production server..then it throws me this error { "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key." }
using mock server is fine. help me
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Vivek Neel
em 4 julho 2015 às 3:12 PM
It works fine on my app. Nvm . I have another question. How do you set the page limit?
I wrote &page=5 ..it shows me only the page:5 movies.
I wanted it like all the movies from page 1- page5.
Resposta de Travis Bell
em 4 julho 2015 às 10:07 PM
You'll have to query each page separately to get all 5 pages.
Cheers.
Resposta de Vivek Neel
em 5 julho 2015 às 1:52 AM
Thank you Travis for being helpful all the time. I get that now.