<?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 Search via C#</title>
	<atom:link href="http://codecube.net/2009/04/twitter-search-via-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecube.net/2009/04/twitter-search-via-c/</link>
	<description>Joel Martinez' weblog</description>
	<lastBuildDate>Wed, 14 Mar 2012 12:26:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Apoorv Kumar Upadhyay</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-1363</link>
		<dc:creator>Apoorv Kumar Upadhyay</dc:creator>
		<pubDate>Wed, 17 Aug 2011 06:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-1363</guid>
		<description>Hi,
 I tried Your Code. I am getting some Weird Error. I work on .net 4.0 Client Profile framework(VS 2010) .I pasted the code included the needed service references(System.Web) and System.ServiceModel and tried to run that code. it gives me two errors
1)The name &quot;HttpUtility&quot; doesnt exist in the current context
2)The name &#039;SyndicationFeed&#039; does not exist in the current context

I edited the .csobj file but the reference is always there of the added references.
I changed the .net Framework from .net 4.0 Client framework to .net Framework 4 , The HttpUtility issue has been resolved but still the second error remains the same... Unable to run the code.Help me out</description>
		<content:encoded><![CDATA[<p>Hi,<br />
 I tried Your Code. I am getting some Weird Error. I work on .net 4.0 Client Profile framework(VS 2010) .I pasted the code included the needed service references(System.Web) and System.ServiceModel and tried to run that code. it gives me two errors<br />
1)The name &#8220;HttpUtility&#8221; doesnt exist in the current context<br />
2)The name &#8216;SyndicationFeed&#8217; does not exist in the current context</p>
<p>I edited the .csobj file but the reference is always there of the added references.<br />
I changed the .net Framework from .net 4.0 Client framework to .net Framework 4 , The HttpUtility issue has been resolved but still the second error remains the same&#8230; Unable to run the code.Help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-1233</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Fri, 25 Feb 2011 05:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-1233</guid>
		<description>those two assemblies are part of the .net framework.</description>
		<content:encoded><![CDATA[<p>those two assemblies are part of the .net framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swartskaap</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-1228</link>
		<dc:creator>Swartskaap</dc:creator>
		<pubDate>Thu, 10 Feb 2011 17:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-1228</guid>
		<description>This is great but,

I have been searching like a mad man for the API you used!! Where can i download System.ServiceModel.dll, and System.Web.dll to reference in my application? Would be very cool if you could answer quickly , cause im writing a project for varsity!! Thanks!

Regards :)</description>
		<content:encoded><![CDATA[<p>This is great but,</p>
<p>I have been searching like a mad man for the API you used!! Where can i download System.ServiceModel.dll, and System.Web.dll to reference in my application? Would be very cool if you could answer quickly , cause im writing a project for varsity!! Thanks!</p>
<p>Regards <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-828</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-828</guid>
		<description>Hi Reg, I honestly don&#039;t know the answer to those questions :-) I honestly just got where I got by browsing the API documentation (http://apiwiki.twitter.com/) ... I&#039;m sure that the answer to your questions and more can be found there.</description>
		<content:encoded><![CDATA[<p>Hi Reg, I honestly don&#8217;t know the answer to those questions <img src='http://codecube.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I honestly just got where I got by browsing the API documentation (<a href="http://apiwiki.twitter.com/" rel="nofollow">http://apiwiki.twitter.com/</a>) &#8230; I&#8217;m sure that the answer to your questions and more can be found there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-827</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Tue, 18 Aug 2009 16:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-827</guid>
		<description>Hi Trevor, unfortunately no, this code uses WCF classes that I believe are only present in the latest framework (3.5) ... or at best, 3.0.  so it wouldn&#039;t work in 1.1</description>
		<content:encoded><![CDATA[<p>Hi Trevor, unfortunately no, this code uses WCF classes that I believe are only present in the latest framework (3.5) &#8230; or at best, 3.0.  so it wouldn&#8217;t work in 1.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reg</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-826</link>
		<dc:creator>Reg</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-826</guid>
		<description>Hi, 

Why does the (feed) have 15 items for searches ?
Is there a way to search and locate the latest 100 tweets ?? or all the tweets starting from a certain date ?? How to extend the search ?? 

When using twitter search through http://search.twitter.com , we can browse the older tweets through &quot;older&quot; link at the bottom of the page. How to get all those tweets ?

Any idea ?

-Reg</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Why does the (feed) have 15 items for searches ?<br />
Is there a way to search and locate the latest 100 tweets ?? or all the tweets starting from a certain date ?? How to extend the search ?? </p>
<p>When using twitter search through <a href="http://search.twitter.com" rel="nofollow">http://search.twitter.com</a> , we can browse the older tweets through &#8220;older&#8221; link at the bottom of the page. How to get all those tweets ?</p>
<p>Any idea ?</p>
<p>-Reg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-696</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 25 May 2009 15:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-696</guid>
		<description>Hello, I am using .NET 1.1, can your code be adapted to 1.1?

Trevor</description>
		<content:encoded><![CDATA[<p>Hello, I am using .NET 1.1, can your code be adapted to 1.1?</p>
<p>Trevor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-671</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Mon, 27 Apr 2009 20:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-671</guid>
		<description>it&#039;s easy:

	Open Visual Studio
	Go to file - new - project, and select a console app
	paste the code above into the program.cs file

and Bam! the code has been downloaded ;-)</description>
		<content:encoded><![CDATA[<p>it&#8217;s easy:</p>
<p>	Open Visual Studio<br />
	Go to file &#8211; new &#8211; project, and select a console app<br />
	paste the code above into the program.cs file</p>
<p>and Bam! the code has been downloaded <img src='http://codecube.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Tsiokos</title>
		<link>http://codecube.net/2009/04/twitter-search-via-c/comment-page-1/#comment-670</link>
		<dc:creator>George Tsiokos</dc:creator>
		<pubDate>Mon, 27 Apr 2009 20:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/2009/04/twitter-search-via-c/#comment-670</guid>
		<description>Where is the download? (I&#039;m lazy)</description>
		<content:encoded><![CDATA[<p>Where is the download? (I&#8217;m lazy)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

