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
στις 8 Ιούλιος 2014 στις 12:32 ΜΜ
Oops, seems i've made a wrong request, sorry :)
Απάντηση από τον/την Travis Bell
στις 8 Ιούλιος 2014 στις 12:46 ΜΜ
Hey konst891,
I'm confused, did you need help with anything?
Απάντηση από τον/την konst891
στις 8 Ιούλιος 2014 στις 12:48 ΜΜ
No, sorry for disturbance, i've made a wrong request to server, now everything is alright Ж)