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
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 Vivek Neel
4 lipca 2015 o godz. 3:12PM
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.
Odpowiedź użytkownika Travis Bell
4 lipca 2015 o godz. 10:07PM
You'll have to query each page separately to get all 5 pages.
Cheers.
Odpowiedź użytkownika Vivek Neel
5 lipca 2015 o godz. 1:52AM
Thank you Travis for being helpful all the time. I get that now.