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
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Vivek Neel válaszolt
Beküldve: 2015. július 4. 15:12
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.
Travis Bell válaszolt
Beküldve: 2015. július 4. 22:07
You'll have to query each page separately to get all 5 pages.
Cheers.
Vivek Neel válaszolt
Beküldve: 2015. július 5. 01:52
Thank you Travis for being helpful all the time. I get that now.