<?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: HOWTO: Google Reader API Functions</title>
<atom:link href="http://timbroder.com/2007/08/google-reader-api-functions.html/feed" rel="self" type="application/rss+xml" />
<link>http://timbroder.com/2007/08/google-reader-api-functions.html</link>
<description>code. comics. crossfit.</description>
<lastBuildDate>Thu, 11 Aug 2011 19:51:00 +0000</lastBuildDate>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>http://wordpress.org/?v=3.3</generator>
<item>
<title>By: Google Reader API?</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-3957</link>
<dc:creator>Google Reader API?</dc:creator>
<pubDate>Thu, 10 Mar 2011 01:29:56 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-3957</guid>
<description>[...] I&#8217;m surprised in this day and age where iOS only apps have their own API that a longstanding service like Google Reader doesn&#8217;t have an API. Apparently an API has been coming soon since 2005. [...]</description>
<content:encoded>
<![CDATA[<p>[...] I&#8217;m surprised in this day and age where iOS only apps have their own API that a longstanding service like Google Reader doesn&#8217;t have an API. Apparently an API has been coming soon since 2005. [...]</p>
]]>
</content:encoded>
</item>
<item>
<title>By: kickman7bc</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-112</link>
<dc:creator>kickman7bc</dc:creator>
<pubDate>Sun, 22 Aug 2010 23:52:29 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-112</guid>
<description>Stop hack the program!!!</description>
<content:encoded>
<![CDATA[<p>Stop hack the program!!!</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Free CNA Training</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-101</link>
<dc:creator>Free CNA Training</dc:creator>
<pubDate>Fri, 20 Aug 2010 16:07:31 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-101</guid>
<description>I’ve recently started a blog, the information you provide on this site has helped me tremendously. Thank you for all of your time &amp; work.</description>
<content:encoded>
<![CDATA[<p>I’ve recently started a blog, the information you provide on this site has helped me tremendously. Thank you for all of your time &amp; work.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Website Ranking</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-96</link>
<dc:creator>Website Ranking</dc:creator>
<pubDate>Thu, 19 Aug 2010 15:25:03 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-96</guid>
<description>Hey mate, thanks for writing but this page doesn&#039;t format correctly in Firefox it is doubled up.</description>
<content:encoded>
<![CDATA[<p>Hey mate, thanks for  writing but this page  doesn&#8217;t format correctly  in Firefox  it is  doubled up.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Anindita</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-74</link>
<dc:creator>Anindita</dc:creator>
<pubDate>Thu, 12 Aug 2010 12:54:56 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-74</guid>
<description>Google has stopped supporting SID for authentication.</description>
<content:encoded>
<![CDATA[<p>Google has stopped supporting SID for authentication.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Bikash Kumar Patra</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-73</link>
<dc:creator>Bikash Kumar Patra</dc:creator>
<pubDate>Wed, 11 Aug 2010 18:20:30 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-73</guid>
<description>Instead of using SID, I suggest u to use &quot;Auth&quot; value which u recieve along with SID .&lt;br&gt;You have to set Authorization Header&lt;br&gt;&lt;br&gt;set Authorization Header name as &quot;Authorization&quot;&lt;br&gt;set Authorization Header value as &quot;GoogleLogin auth=authCode&quot;&lt;br&gt;&lt;br&gt;How to get authCode&lt;br&gt;&lt;br&gt;a) Send a post request to url &quot;https://www.google.com/accounts/ClientLogin&quot;&lt;br&gt;provide username and password for the post request in URLEncoded format.&lt;br&gt;&lt;br&gt;the response obtained should be of the format as below&lt;br&gt;SID=somevalue //ignore&lt;br&gt;LSID=somevalue //ignore&lt;br&gt;Auth=somevalue // this is the authCode ,disucussed above&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.&lt;br&gt;Flag&lt;br&gt; Like</description>
<content:encoded>
<![CDATA[<p>Instead of using SID, I suggest u to use &#8220;Auth&#8221; value which u recieve along with SID .<br />You have to set Authorization Header</p>
<p>set Authorization Header name as &#8220;Authorization&#8221;<br />set Authorization Header value as &#8220;GoogleLogin auth=authCode&#8221;</p>
<p>How to get authCode</p>
<p>a) Send a post request to url &#8220;https://www.google.com/accounts/ClientLogin&#8221;<br />provide username and password for the post request in URLEncoded format.</p>
<p>the response obtained should be of the format as below<br />SID=somevalue //ignore<br />LSID=somevalue //ignore<br />Auth=somevalue // this is the authCode ,disucussed above</p>
<p>Hope this helps.<br />Flag<br /> Like</p>
]]>
</content:encoded>
</item>
<item>
<title>By: John Lehmann</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-72</link>
<dc:creator>John Lehmann</dc:creator>
<pubDate>Wed, 11 Aug 2010 05:51:32 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-72</guid>
<description>I just pasted in the code which is shown above, and put in my login and password. I know I&#039;m doing something right, because if I put a bogus login/password, it fails in get_SID(). &lt;br&gt;&lt;br&gt;But when I have those correct, during &quot;print get_subscription_list(SID)&quot;, in get_results, &quot;f = urllib2.urlopen( request )&quot; throws the exception: &quot;TP Error 401: Unauthorized&quot;.&lt;br&gt;&lt;br&gt;Here&#039;s the header:&lt;br&gt;{&#039;Cookie&#039;: &#039;Name=SID;SID=DQAAAI44AAATY_xvhiEKN5yFPZGL_YqlG9VMXF_RNGmDjKTVSxCsWbwme1eU8ENSxx53iS-_8qBur3iKwouqBpr6Q_qTnvr32_BNN3_fSttw8xDpaliBVziqeXKSaVDTvreQ03vpOw3kXceGhOZS9OFJvKkdULT_LxAH4TuU4wjoLg_lVb3A6Dk6stXXGyhWzNs7v1fE4-w;Domain=.google.com;Path=/;Expires=160000000000&#039;, &#039;User-agent&#039;: &#039;gPowered&#039;}</description>
<content:encoded>
<![CDATA[<p>I just pasted in the code which is shown above, and put in my login and password.  I know I&#39;m doing something right, because if I put a bogus login/password, it fails in get_SID().  </p>
<p>But when I have those correct, during &#8220;print get_subscription_list(SID)&#8221;, in get_results, &#8220;f = urllib2.urlopen( request )&#8221; throws the exception: &#8220;TP Error 401: Unauthorized&#8221;.</p>
<p>Here&#39;s the header:<br />{&#39;Cookie&#39;: &#39;Name=SID;SID=DQAAAI44AAATY_xvhiEKN5yFPZGL_YqlG9VMXF_RNGmDjKTVSxCsWbwme1eU8ENSxx53iS-_8qBur3iKwouqBpr6Q_qTnvr32_BNN3_fSttw8xDpaliBVziqeXKSaVDTvreQ03vpOw3kXceGhOZS9OFJvKkdULT_LxAH4TuU4wjoLg_lVb3A6Dk6stXXGyhWzNs7v1fE4-w;Domain=.google.com;Path=/;Expires=160000000000&#39;, &#39;User-agent&#39;: &#39;gPowered&#39;}</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Bikash Kumar Patra</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-69</link>
<dc:creator>Bikash Kumar Patra</dc:creator>
<pubDate>Sun, 08 Aug 2010 18:07:13 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-69</guid>
<description>please write here the detail steps followed by you.&lt;br&gt;May be after that I will be able to help u</description>
<content:encoded>
<![CDATA[<p>please write here the detail steps followed by you.<br />May be after that I will be able to help u</p>
]]>
</content:encoded>
</item>
<item>
<title>By: John Lehmann</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-67</link>
<dc:creator>John Lehmann</dc:creator>
<pubDate>Sun, 08 Aug 2010 08:05:51 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-67</guid>
<description>I&#039;m able to get the SID, but as soon as it tries a get_results for the subscription list, I get back a 401 Unauthorized. Any idea what might be going wrong? The URL looks right because I can hit it from a web browser when I&#039;m logged into reader.</description>
<content:encoded>
<![CDATA[<p>I&#39;m able to get the SID, but as soon as it tries a get_results for the subscription list, I get back a 401 Unauthorized.  Any idea what might be going wrong?  The URL looks right because I can hit it from a web browser when I&#39;m logged into reader.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: bluepill</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-59</link>
<dc:creator>bluepill</dc:creator>
<pubDate>Tue, 06 Jul 2010 15:07:37 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-59</guid>
<description>@yorkchris10: You have to set Authorization Header&lt;br&gt;&lt;br&gt;set Authorization Header name as &quot;Authorization&quot;&lt;br&gt;set Authorization Header value as &quot;GoogleLogin auth=authCode&quot;&lt;br&gt;&lt;br&gt;How to get authCode&lt;br&gt;&lt;br&gt;a) Send a post request to url &quot;https://www.google.com/accounts/ClientLogin&quot;&lt;br&gt;provide username and password for the post request in URLEncoded format.&lt;br&gt;&lt;br&gt;the response obtained should be of the format as below&lt;br&gt;SID=somevalue //ignore&lt;br&gt;LSID=somevalue //ignore&lt;br&gt;Auth=somevalue // this is the authCode ,disucussed above&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope this helps.</description>
<content:encoded>
<![CDATA[<p>@yorkchris10: You have to set Authorization Header</p>
<p>set Authorization Header name as &#8220;Authorization&#8221;<br />set Authorization Header value as &#8220;GoogleLogin auth=authCode&#8221;</p>
<p>How to get authCode</p>
<p>a) Send a post request to url &#8220;https://www.google.com/accounts/ClientLogin&#8221;<br />provide username and password for the post request in URLEncoded format.</p>
<p>the response obtained should be of the format as below<br />SID=somevalue //ignore<br />LSID=somevalue //ignore<br />Auth=somevalue // this is the authCode ,disucussed above</p>
<p>Hope this helps.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Tim Broder</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-58</link>
<dc:creator>Tim Broder</dc:creator>
<pubDate>Sat, 26 Jun 2010 02:17:30 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-58</guid>
<description>Not at the moment :-/&lt;br&gt;&lt;br&gt;I&#039;ll try to take a look at it next week</description>
<content:encoded>
<![CDATA[<p>Not at the moment :-/</p>
<p>I&#39;ll try to take a look at it next week</p>
]]>
</content:encoded>
</item>
<item>
<title>By: yorkchris10</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-57</link>
<dc:creator>yorkchris10</dc:creator>
<pubDate>Sat, 26 Jun 2010 02:07:41 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-57</guid>
<description>Do you have the new header for the new Auth method? I can&#039;t seem to get it to work according to &lt;a href=&quot;http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/pyrfeed/wiki/GoogleRea...&lt;/a&gt; .&lt;br&gt;Thanks, I&#039;ve enjoyed this API.</description>
<content:encoded>
<![CDATA[<p>Do you have the new header for the new Auth method? I can&#39;t seem to get it to work according to <a href="http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI" rel="nofollow">http://code.google.com/p/pyrfeed/wiki/GoogleRea&#8230;</a> .<br />Thanks, I&#39;ve enjoyed this API.</p>
]]>
</content:encoded>
</item>
<item>
<title>By: Anonymous</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-25</link>
<dc:creator>Anonymous</dc:creator>
<pubDate>Tue, 03 Nov 2009 18:03:17 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-25</guid>
<description>&lt;a href=&quot;http://blogcastrepository.com/members/wreetgh.aspx&quot; rel=&quot;nofollow&quot;&gt;miley cyrus nude&lt;/a&gt; &lt;a href=&quot;http://www2.iuav.it/moodle/user/view.php?id=3500&amp;course=1&quot; rel=&quot;nofollow&quot;&gt;miley cyrus nude&lt;/a&gt; &lt;a href=&quot;http://my.wsbtv.com/service/displayKickPlace.kickAction?u=14041727&amp;as=6690&quot; rel=&quot;nofollow&quot;&gt;miley cyrus nude&lt;/a&gt;</description>
<content:encoded>
<![CDATA[<p><a href="http://blogcastrepository.com/members/wreetgh.aspx" rel="nofollow">miley cyrus nude</a>  <a href="http://www2.iuav.it/moodle/user/view.php?id=3500&amp;course=1" rel="nofollow">miley cyrus nude</a>  <a href="http://my.wsbtv.com/service/displayKickPlace.kickAction?u=14041727&amp;as=6690" rel="nofollow">miley cyrus nude</a></p>
]]>
</content:encoded>
</item>
<item>
<title>By: Y</title>
<link>http://timbroder.com/2007/08/google-reader-api-functions.html/comment-page-1#comment-19</link>
<dc:creator>Y</dc:creator>
<pubDate>Thu, 10 Sep 2009 10:28:27 +0000</pubDate>
<guid isPermaLink="false">http://beta.timbroder.com/2007/08/23/howto-google-reader-api-functions/#comment-19</guid>
<description>Hello, does someone know if there is a way to retrieve my stared items?&lt;br /&gt;&lt;br /&gt;thanks a lot!</description>
<content:encoded>
<![CDATA[<p>Hello, does someone know if there is a way to retrieve my stared items?</p>
<p>thanks a lot!</p>
]]>
</content:encoded>
</item>
</channel>
</rss>
<!-- Served from: timbroder.com @ 2012-02-10 04:50:03 by W3 Total Cache -->
