Hi Guys,
The example provided with the source code doesn't work any more due to the API changing on the Netflix end.
Getting this error -
2010-03-27 23:58:20.144 NetFlix[16689:207]
Response Code: 404
2010-03-27 23:58:20.145 NetFlix[16689:207]
Response: <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="
http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-US">Resource not found for the segment 'CatalogTitles'.</message>
</error>
2010-03-27 23:58:20.173 NetFlix[16689:207] status code: 404 (not found)
2010-03-27 23:58:20.174 NetFlix[16689:207]
---------------header---------------
2010-03-27 23:58:20.174 NetFlix[16689:207] {
"Cache-Control" = private;
"Content-Length" = 253;
"Content-Type" = "application/xml";
Dataserviceversion = "1.0;";
Date = "Sat, 27 Mar 2010 23:58:20 GMT";
Expires = "Sat, 27 Mar 2010 23:58:50 GMT";
Server = "Microsoft-IIS/7.0";
Vary = "*";
"X-Aspnet-Version" = "2.0.50727";
"X-Powered-By" = "ASP.NET";
}
2010-03-27 23:58:20.175 NetFlix[16689:207]
objc[16689]: objc_exception_throw failed
Cheers,
ChrisNTR