<?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: Twitter API strips retweets out of user timelines</title>
	<atom:link href="http://mattmacaulay.ca/2010/02/05/twitter-api-strips-retweets-out-of-user-timelines/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattmacaulay.ca/2010/02/05/twitter-api-strips-retweets-out-of-user-timelines/</link>
	<description>Software Development &#124; Technology &#124; Meatspace</description>
	<lastBuildDate>Sat, 03 Apr 2010 22:16:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joel Adria</title>
		<link>http://mattmacaulay.ca/2010/02/05/twitter-api-strips-retweets-out-of-user-timelines/comment-page-1/#comment-5</link>
		<dc:creator>Joel Adria</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://mattmacaulay.ca/?p=11#comment-5</guid>
		<description>I ran into this too. It seems that retweeted_by_me needs authentication though, while user_timeline does not. Retweets are thus not available anonymously?</description>
		<content:encoded><![CDATA[<p>I ran into this too. It seems that retweeted_by_me needs authentication though, while user_timeline does not. Retweets are thus not available anonymously?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmacaulay</title>
		<link>http://mattmacaulay.ca/2010/02/05/twitter-api-strips-retweets-out-of-user-timelines/comment-page-1/#comment-3</link>
		<dc:creator>mmacaulay</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:53:05 +0000</pubDate>
		<guid isPermaLink="false">http://mattmacaulay.ca/?p=11#comment-3</guid>
		<description>Well, the &quot;proper&quot; workaround would be to do as is suggested by Twitter and merge retweets from retweeted_by_me, but the easier route would be to set the count parameter to some higher number where you think it will be likely that you&#039;ll get at least one result back.

Depending on the circumstances, you likely have to implement some kind of caching to avoid Twitter&#039;s rate limiting, so merging retweeted_by_me or even making multiple calls with an increasing count parameter isn&#039;t all that bad of a solution.</description>
		<content:encoded><![CDATA[<p>Well, the &#8220;proper&#8221; workaround would be to do as is suggested by Twitter and merge retweets from retweeted_by_me, but the easier route would be to set the count parameter to some higher number where you think it will be likely that you&#8217;ll get at least one result back.</p>
<p>Depending on the circumstances, you likely have to implement some kind of caching to avoid Twitter&#8217;s rate limiting, so merging retweeted_by_me or even making multiple calls with an increasing count parameter isn&#8217;t all that bad of a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://mattmacaulay.ca/2010/02/05/twitter-api-strips-retweets-out-of-user-timelines/comment-page-1/#comment-2</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Mon, 08 Feb 2010 15:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://mattmacaulay.ca/?p=11#comment-2</guid>
		<description>Did you end up creating a workaround?</description>
		<content:encoded><![CDATA[<p>Did you end up creating a workaround?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
