<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Netflix&#8217;s New API: A step-by-step guide</title>
	<atom:link href="http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/</link>
	<description>Thoughts on web development, tech, and life.</description>
	<lastBuildDate>Fri, 27 Apr 2012 18:09:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: laxminarayana challagonda</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51394</link>
		<dc:creator>laxminarayana challagonda</dc:creator>
		<pubDate>Wed, 14 Dec 2011 10:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51394</guid>
		<description>finally i solved it by loss of few hairs the thing is only we need to append one more parameter to url is country=us </description>
		<content:encoded><![CDATA[<p>finally i solved it by loss of few hairs the thing is only we need to append one more parameter to url is country=us </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laxminarayana challagonda</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51393</link>
		<dc:creator>laxminarayana challagonda</dc:creator>
		<pubDate>Sat, 10 Dec 2011 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51393</guid>
		<description>hi i am new to android when i am making the non-authenticated request through program i am getting 
following result
  http://api.netflix.com/catalog/titles/autocomplete?{-join&#124;&amp;&#124;term}

if i execute the same url in the browser i am getting 
http://api.netflix.com/catalog/titles/autocomplete?{-join&#124;&amp;&#124;term}

.....and my simple code isHttpClient client=new DefaultHttpClient();			String urlstring=&quot;http://api.netflix.com/catalog/titles/autocomplete?oauth_consumer_key=xxxxxxxxxx&amp;term=France&quot;;			Log.i(&quot;..urlstring...&quot;,&quot;&quot;+urlstring);			HttpGet get=new HttpGet(urlstring);			HttpResponse response=client.execute(get);			// HttpResponse response=client.execute(post);			String resp;			int respcode = response.getStatusLine().getStatusCode();   			Log.i(&quot;.......response code......&quot;,&quot;&quot;+respcode);			if(respcode==200){   				HttpEntity entity=response.getEntity();				resp=EntityUtils.toString(entity);				Log.i(&quot;...Response From String is ....&quot;,&quot;&quot;+resp);any thing wrong with my URl and Requestand url ishttp://api.netflix.com/catalog/titles/autocomplete?oauth_consumer_key=xxxxxxxxxxx&amp;term=France&quot;

Urgent Help Please..
</description>
		<content:encoded><![CDATA[<p>hi i am new to android when i am making the non-authenticated request through program i am getting <br />
following result<br />
  http://api.netflix.com/catalog/titles/autocomplete?{-join|&amp;|term}</p>
<p>if i execute the same url in the browser i am getting <br />
<a href="http://api.netflix.com/catalog/titles/autocomplete" rel="nofollow">http://api.netflix.com/catalog/titles/autocomplete</a>?{-join|&amp;|term}</p>
<p>&#8230;..and my simple code isHttpClient client=new DefaultHttpClient();			String urlstring=&#8221;http://api.netflix.com/catalog/titles/autocomplete?oauth_consumer_key=xxxxxxxxxx&amp;term=France&#8221;;			Log.i(&#8220;..urlstring&#8230;&#8221;,&#8221;"+urlstring);			HttpGet get=new HttpGet(urlstring);			HttpResponse response=client.execute(get);			// HttpResponse response=client.execute(post);			String resp;			int respcode = response.getStatusLine().getStatusCode();   			Log.i(&#8220;&#8230;&#8230;.response code&#8230;&#8230;&#8221;,&#8221;"+respcode);			if(respcode==200){   				HttpEntity entity=response.getEntity();				resp=EntityUtils.toString(entity);				Log.i(&#8220;&#8230;Response From String is &#8230;.&#8221;,&#8221;"+resp);any thing wrong with my URl and Requestand url ishttp://api.netflix.com/catalog/titles/autocomplete?oauth_consumer_key=xxxxxxxxxxx&amp;term=France&#8221;</p>
<p>Urgent Help Please..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: al</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51387</link>
		<dc:creator>al</dc:creator>
		<pubDate>Thu, 24 Nov 2011 16:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51387</guid>
		<description>Its 3 years ago post and I&#039;m looking for another resource. It seem url provided is not work. But at least I got general overview on how to start code with php to access netflix api.
Thanks</description>
		<content:encoded><![CDATA[<p>Its 3 years ago post and I&#8217;m looking for another resource. It seem url provided is not work. But at least I got general overview on how to start code with php to access netflix api.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrtahir560</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51384</link>
		<dc:creator>Mrtahir560</dc:creator>
		<pubDate>Wed, 16 Nov 2011 07:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51384</guid>
		<description>might have seemed a little complex, but the good news is it’s the same 
process for all other OAuth-protected APIs you may want to use in the 
future. &lt;a href=&quot;http://top10wallpaper4u.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;top10wallpaper4u&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>might have seemed a little complex, but the good news is it’s the same<br />
process for all other OAuth-protected APIs you may want to use in the<br />
future. <a href="http://top10wallpaper4u.blogspot.com/" rel="nofollow">top10wallpaper4u</a> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xiang Zuo</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51369</link>
		<dc:creator>Xiang Zuo</dc:creator>
		<pubDate>Sat, 24 Sep 2011 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51369</guid>
		<description>666 </description>
		<content:encoded><![CDATA[<p>666 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Sergeev</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51365</link>
		<dc:creator>Sergey Sergeev</dc:creator>
		<pubDate>Sat, 10 Sep 2011 05:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51365</guid>
		<description>When I try netflix&#039;s authorization walkthrough it works, but their signature is different than mine. How can I fix my http://www.protopage.com/buy-accutane-page signature?</description>
		<content:encoded><![CDATA[<p>When I try netflix&#8217;s authorization walkthrough it works, but their signature is different than mine. How can I fix my <a href="http://www.protopage.com/buy-accutane-page" rel="nofollow">http://www.protopage.com/buy-accutane-page</a> signature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bird7310</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51362</link>
		<dc:creator>Bird7310</dc:creator>
		<pubDate>Thu, 18 Aug 2011 08:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51362</guid>
		<description>Help！</description>
		<content:encoded><![CDATA[<p>Help！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51321</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 15 Sep 2010 09:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51321</guid>
		<description>hi joshep i am trying to get access token this error occured.
Fault Name: ServiceOperationIdentificationFailure
Error Type: Default
Description: Service Operation Identification Failure
Service: NetflixTokenService
Endpoint: NetflixTokenService_client
Operation (Client):

how can i solve it </description>
		<content:encoded><![CDATA[<p>hi joshep i am trying to get access token this error occured.<br />
Fault Name: ServiceOperationIdentificationFailure<br />
Error Type: Default<br />
Description: Service Operation Identification Failure<br />
Service: NetflixTokenService<br />
Endpoint: NetflixTokenService_client<br />
Operation (Client):</p>
<p>how can i solve it </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabariraj</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51320</link>
		<dc:creator>Sabariraj</dc:creator>
		<pubDate>Wed, 15 Sep 2010 09:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51320</guid>
		<description>Fault Name: ServiceOperationIdentificationFailure
Error Type: Default
Description: Service Operation Identification Failure
Service: NetflixTokenService
Endpoint: NetflixTokenService_client
Operation (Client):

</description>
		<content:encoded><![CDATA[<p>Fault Name: ServiceOperationIdentificationFailure<br />
Error Type: Default<br />
Description: Service Operation Identification Failure<br />
Service: NetflixTokenService<br />
Endpoint: NetflixTokenService_client<br />
Operation (Client):</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sabariraj</title>
		<link>http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/comment-page-1/#comment-51319</link>
		<dc:creator>Sabariraj</dc:creator>
		<pubDate>Wed, 15 Sep 2010 07:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://josephsmarr.com/2008/10/01/using-netflixs-new-api-a-step-by-step-guide/#comment-51319</guid>
		<description>#

&#039;m unable to get http://api.netflix.com/oauth/access_token to work.



http://api.netflix.com/oauth/access_token
?auth_version=1.0
&amp;oauth_nonce=b0ae008de9a28ff1931ff4ec2b41d420
&amp;oauth_timestamp=1223052691
&amp;oauth_consumer_key=3z44pnwc4ynrxrba9btk8x7c
&amp;oauth_token=z75x9cpzqv5ksrt7dmt3eg5n
&amp;oauth_signature_method=HMAC-SHA1
&amp;oauth_signature=ypZtXEa...MI%3D

(some values changed)

But when I use curl to fetch the results using a GET, I get &quot;Missing Required Consumer Key&quot; and &quot;invalid or Expired token&quot;
what i have to do please help me </description>
		<content:encoded><![CDATA[<p>#</p>
<p>&#8216;m unable to get <a href="http://api.netflix.com/oauth/access_token" rel="nofollow">http://api.netflix.com/oauth/access_token</a> to work.</p>
<p><a href="http://api.netflix.com/oauth/access_token" rel="nofollow">http://api.netflix.com/oauth/access_token</a><br />
?auth_version=1.0<br />
&amp;oauth_nonce=b0ae008de9a28ff1931ff4ec2b41d420<br />
&amp;oauth_timestamp=1223052691<br />
&amp;oauth_consumer_key=3z44pnwc4ynrxrba9btk8x7c<br />
&amp;oauth_token=z75x9cpzqv5ksrt7dmt3eg5n<br />
&amp;oauth_signature_method=HMAC-SHA1<br />
&amp;oauth_signature=ypZtXEa&#8230;MI%3D</p>
<p>(some values changed)</p>
<p>But when I use curl to fetch the results using a GET, I get &#8220;Missing Required Consumer Key&#8221; and &#8220;invalid or Expired token&#8221;<br />
what i have to do please help me </p>
]]></content:encoded>
	</item>
</channel>
</rss>

