I don't understand why this isn't working. I'm using the WinHttp object.
I add the request header - $oHTTP.SetRequestHeader("accept", "application/json") For example: $oHTTP.open("GET", "http://themoviedb.apiary.io/3/search/movie?api_key=ABCMYKEY&query=aURIEncodedMovie&year=2011)
But I get this is response: Private API, Please provide private hash
Thanks
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة decipher
بتاريخ يونيو 13, 2013 في 8:38 صباحا
Well as the documentation is providing a dummy URL. >< It works with http://api.themoviedb.org/
رد بواسطة Travis Bell
بتاريخ يونيو 13, 2013 في 10:31 صباحا
Yes, as stated in our documentation Apiary is a tool you can use to help troubleshoot requests. It is not our production service.
api.themoviedb.org
is and that's what you should be calling to make real world requests.