<?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: tweetsharp: A .NET Twitter Library</title>
	<atom:link href="http://www.thedevshack.com/tweetsharp-a-net-twitter-library/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thedevshack.com/tweetsharp-a-net-twitter-library/</link>
	<description>Technology and Programming Blog</description>
	<lastBuildDate>Fri, 16 Dec 2011 16:12:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Osama</title>
		<link>http://www.thedevshack.com/tweetsharp-a-net-twitter-library/#comment-96</link>
		<dc:creator>Osama</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=105#comment-96</guid>
		<description>How can I query for tweets that contain specific keywords?

I have tried this:
 var twitter = FluentTwitter.CreateRequest()
            .AuthenticateAs(&quot;userid&quot;, &quot;pwd&quot;)
            .Search().Query()
                .Containing(&quot;crm+OR+sakonent&quot;)
                .AsJson();

it doesnt work for me

Any help would be appreciated.

Thanks</description>
		<content:encoded><![CDATA[<p>How can I query for tweets that contain specific keywords?</p>
<p>I have tried this:<br />
 var twitter = FluentTwitter.CreateRequest()<br />
            .AuthenticateAs(&#8220;userid&#8221;, &#8220;pwd&#8221;)<br />
            .Search().Query()<br />
                .Containing(&#8220;crm+OR+sakonent&#8221;)<br />
                .AsJson();</p>
<p>it doesnt work for me</p>
<p>Any help would be appreciated.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Fleming</title>
		<link>http://www.thedevshack.com/tweetsharp-a-net-twitter-library/#comment-95</link>
		<dc:creator>Mike Fleming</dc:creator>
		<pubDate>Fri, 27 Mar 2009 11:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=105#comment-95</guid>
		<description>No problem.  I plan on posting some more about using the library when I have a chance to play around with it a little more.</description>
		<content:encoded><![CDATA[<p>No problem.  I plan on posting some more about using the library when I have a chance to play around with it a little more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.thedevshack.com/tweetsharp-a-net-twitter-library/#comment-94</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 26 Mar 2009 12:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.thedevshack.com/?p=105#comment-94</guid>
		<description>Hi Mike,

Thanks for doing this write up on tweet#! We&#039;re trying to put together an instructional site over at http://tweetsharp.com but we&#039;re not there, so posts like these really help.</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Thanks for doing this write up on tweet#! We&#8217;re trying to put together an instructional site over at <a href="http://tweetsharp.com" rel="nofollow">http://tweetsharp.com</a> but we&#8217;re not there, so posts like these really help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

