Hello!
I have another problem with access from android to your API. I'm making a request from app like this:
JSONObject jsonObject = jsonParser.MakeHTTPRequest( "http://api.themoviedb.org/3/movie/91314?api_key=###", "GET", params);
But it returns me this error:
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key."}
But when i make a request directly to link it returns me a JSON response with film information.
找不到电影或节目?登录并创建它吧。
konst891 的回复
于 2014 年 07 月 08 日 12:32下午
Oops, seems i've made a wrong request, sorry :)
Travis Bell 的回复
于 2014 年 07 月 08 日 12:46下午
Hey konst891,
I'm confused, did you need help with anything?
konst891 的回复
于 2014 年 07 月 08 日 12:48下午
No, sorry for disturbance, i've made a wrong request to server, now everything is alright Ж)