I am getting { "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key." }
this again and again. Although I have a valid API key, when I make a request by typing directly into the browser I get the results back but on the documentation site where there is a apiary thing in which we have to type the headers. There I am not getting this error only
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2015 年 09 月 03 日 10:24上午
Hi AbKDs,
Indeed Apiary by default tries to pass the API key in as a header which we don't support. You have to make sure you're using passing the API key in as a query parameter.
Cheers.