键盘快捷键
高级搜索
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
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.
You'll have to query each page separately to get all 5 pages.
Cheers.
Thank you Travis for being helpful all the time. I get that now.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Vivek Neel 的回复
于 2015 年 07 月 04 日 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 的回复
于 2015 年 07 月 04 日 10:07下午
You'll have to query each page separately to get all 5 pages.
Cheers.
Vivek Neel 的回复
于 2015 年 07 月 05 日 1:52上午
Thank you Travis for being helpful all the time. I get that now.