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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Vivek Neel님의 댓글
7월 4, 2015 at 3: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님의 댓글
7월 4, 2015 at 10:07 오후
You'll have to query each page separately to get all 5 pages.
Cheers.
Vivek Neel님의 댓글
7월 5, 2015 at 1:52 오전
Thank you Travis for being helpful all the time. I get that now.