<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>FanfouNET</title><link>http://www.codeplex.com/FanfouNET/Project/ProjectRss.aspx</link><description>FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. </description><item><title>RELEASED: FanfouNET 1.2 Release (May 12, 2008)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=13337</link><description>&amp;#42;This is a working release&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;features&amp;#42;&lt;br /&gt;&amp;#42;Contract based design&lt;br /&gt;&amp;#42;&amp;#42;you can implement your own response parser&lt;br /&gt;&amp;#42;&amp;#42;by default there is a Linq to XML response parser&lt;br /&gt;&amp;#42;lightweight&lt;br /&gt;&amp;#42;&amp;#42;the library is based on .NET Framework 3.5 and with no other dependencies.&lt;br /&gt;&lt;br /&gt;&amp;#42;Thank you&amp;#42;</description><author></author><pubDate>Mon, 12 May 2008 03:33:51 GMT</pubDate><guid isPermaLink="false">RELEASED: FanfouNET 1.2 Release (May 12, 2008) 20080512033351A</guid></item><item><title>UPDATED RELEASE: FanfouNET 1.2 Release (May 12, 2008)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=13337</link><description>&amp;#42;This is a working release&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;features&amp;#42;&lt;br /&gt;&amp;#42;Contract based design&lt;br /&gt;&amp;#42;&amp;#42;you can implement your own response parser&lt;br /&gt;&amp;#42;&amp;#42;by default there is a Linq to XML response parser&lt;br /&gt;&amp;#42;lightweight&lt;br /&gt;&amp;#42;&amp;#42;the library is based on .NET Framework 3.5 and with no other dependencies.&lt;br /&gt;&lt;br /&gt;&amp;#42;Thank you&amp;#42;</description><author></author><pubDate>Mon, 12 May 2008 03:33:51 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: FanfouNET 1.2 Release (May 12, 2008) 20080512033351A</guid></item><item><title>UPDATED RELEASE: FanfouNET 1.2 Release (May 12, 2008)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=13337</link><description>&amp;#42;This is a working release&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;features&amp;#42;&lt;br /&gt;&amp;#42;Contract based design&lt;br /&gt;&amp;#42;&amp;#42;you can implement your own response parser&lt;br /&gt;&amp;#42;&amp;#42;by default there is a Linq to XML response parser&lt;br /&gt;&amp;#42;lightweight&lt;br /&gt;&amp;#42;&amp;#42;the library is based on .NET Framework 3.5 and with no other dependencies.&lt;br /&gt;&lt;br /&gt;&amp;#42;Thank you&amp;#42;</description><author></author><pubDate>Mon, 12 May 2008 03:30:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: FanfouNET 1.2 Release (May 12, 2008) 20080512033020A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Goal&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt;Now the new version has released.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;v1.2 Features&lt;/b&gt;&lt;br /&gt;1.Pluggable you can implement your own Response parser to parse the response.&lt;br /&gt;2.Standalone the library is lightweight with no other dependencies but under .NET Framework 3.5 because it contain a Linq to XML parser by default.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Samples&lt;/b&gt;&lt;br /&gt;You can use FanfouNET simply just like:&lt;br /&gt; &lt;br /&gt;FanfouRequest fanfou = new FanfouRequest();&lt;br /&gt;List&amp;lt;Status&amp;gt; publictimeline = fanfou.GetPublicTimeline();&lt;br /&gt;foreach(var status in publictimeline){&lt;br /&gt;  Console.WriteLine(status.Text);&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;or post a status simply:&lt;br /&gt; &lt;br /&gt;FanfouRequest fanfou = new FanfouRequest();&lt;br /&gt;fanfou.Credential = new FanfouCredential(&amp;quot;youremail&amp;quot;, &amp;quot;yourpassword&amp;quot;);&lt;br /&gt;Status posted = fanfou.PostStatus(&amp;quot;This is your status will be posted&amp;quot;);&lt;br /&gt;Console.WriteLine(posted.Id);&lt;br /&gt; &lt;br /&gt;That's really simple yet?&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Links&lt;/b&gt;&lt;br /&gt;fanfou Home: &lt;a href="http://fanfou.com" class="externalLink"&gt;http://fanfou.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;My personal page on fanfou: &lt;a href="http://fanfou.com/shiny" class="externalLink"&gt;http://fanfou.com/shiny&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Register an account on fanfou.com and be a friend with me directly: &lt;a href="http://fanfou.com/register/aRxlqeveN_JM" class="externalLink"&gt;http://fanfou.com/register/aRxlqeveN_JM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Mon, 12 May 2008 02:54:33 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080512025433A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Goal&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt;Now the new version has released.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;v1.2 Features&lt;/b&gt;&lt;br /&gt;1.Pluggable you can implement your own Response parser to parse the response.&lt;br /&gt;2.Standalone the library is lightweight with no other dependencies but under .NET Framework 3.5 because it contain a Linq to XML parser by default.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Samples&lt;/b&gt;&lt;br /&gt;You can use FanfouNET simply just like:&lt;br /&gt; &lt;br /&gt;FanfouRequest fanfou = new FanfouRequest();&lt;br /&gt;List&amp;lt;Status&amp;gt; publictimeline = fanfou.GetPublicTimeline();&lt;br /&gt;foreach(var status in publictimeline){&lt;br /&gt;  Console.WriteLine(status.Text);&lt;br /&gt;}&lt;br /&gt; &lt;br /&gt;or post a status simply:&lt;br /&gt; &lt;br /&gt;FanfouRequest fanfou = new FanfouRequest();&lt;br /&gt;FanfouCredential mylogin = new FanfouCredential(&amp;quot;youremail&amp;quot;, &amp;quot;yourpassword&amp;quot;);&lt;br /&gt;Status posted = fanfou.PostStatus(&amp;quot;This is your status will be posted&amp;quot;);&lt;br /&gt;Console.WriteLine(posted.Id);&lt;br /&gt; &lt;br /&gt;That's really simple yet?&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Links&lt;/b&gt;&lt;br /&gt;fanfou Home: &lt;a href="http://fanfou.com" class="externalLink"&gt;http://fanfou.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;My personal page on fanfou: &lt;a href="http://fanfou.com/shiny" class="externalLink"&gt;http://fanfou.com/shiny&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Register an account on fanfou.com and be a friend with me directly: &lt;a href="http://fanfou.com/register/aRxlqeveN_JM" class="externalLink"&gt;http://fanfou.com/register/aRxlqeveN_JM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Mon, 12 May 2008 02:51:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080512025152A</guid></item><item><title>CREATED RELEASE: FanfouNET 1.2 Release (May 12, 2008)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=13337</link><description>&amp;#42;This is a working release&amp;#42;&lt;br /&gt;&lt;br /&gt;&amp;#42;features&amp;#42;&lt;br /&gt;&amp;#42;Contract based design&lt;br /&gt;&amp;#42;&amp;#42;you can implement your own response parser&lt;br /&gt;&amp;#42;&amp;#42;by default there is a Linq to XML response parser&lt;br /&gt;&amp;#42;lightweight&lt;br /&gt;&amp;#42;&amp;#42;the library is based on .NET Framework 3.5 and with no other dependencies.&lt;br /&gt;&lt;br /&gt;&amp;#42;Thank you&amp;#42;</description><author></author><pubDate>Mon, 12 May 2008 02:32:06 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: FanfouNET 1.2 Release (May 12, 2008) 20080512023206A</guid></item><item><title>UPDATED RELEASE: FanfouNET 1.0 Alpha (Nov 13, 2007)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=8374</link><description>&amp;#42;ATTENTION&amp;#42;&lt;br /&gt;This is alpha test library, the library is can NOT do any work for you. </description><author></author><pubDate>Mon, 24 Dec 2007 15:33:25 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: FanfouNET 1.0 Alpha (Nov 13, 2007) 20071224033325P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Goal&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Solution Info&lt;/b&gt;&lt;br /&gt;The Visual Studio solution in souce code was created by &lt;b&gt;Visual Studio 2008 Beta2&lt;/b&gt;, but its target framework is &lt;b&gt;.NET 2.0&lt;/b&gt;. So the library can be used by most people.&lt;br /&gt;I hope you'll enjoy this application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Links&lt;/b&gt;&lt;br /&gt;fanfou Home: &lt;a href="http://fanfou.com" class="externalLink"&gt;http://fanfou.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;My personal page on fanfou: &lt;a href="http://fanfou.com/shiny" class="externalLink"&gt;http://fanfou.com/shiny&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;Register an account on fanfou.com and be a friend with me directly: &lt;a href="http://fanfou.com/register/aRxlqeveN_JM" class="externalLink"&gt;http://fanfou.com/register/aRxlqeveN_JM&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Sat, 15 Dec 2007 03:24:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071215032419A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Goal&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Solution Info&lt;/b&gt;&lt;br /&gt;The Visual Studio solution in souce code was created by &lt;b&gt;Visual Studio 2008 Beta2&lt;/b&gt;, but its target framework is &lt;b&gt;.NET 2.0&lt;/b&gt;. So the library can be used by most people.&lt;br /&gt;I hope you'll enjoy this application.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Links&lt;/b&gt;&lt;br /&gt;fanfou Home: &lt;a href="http://fanfou.com" class="externalLink"&gt;http://fanfou.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;My personal page on fanfou: &lt;a href="http://fanfou.com/shiny" class="externalLink"&gt;http://fanfou.com/shiny&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Sat, 15 Dec 2007 03:06:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071215030643A</guid></item><item><title>NEW POST: Submit your ideas</title><link>http://www.codeplex.com/FanfouNET/Thread/View.aspx?ThreadId=17907</link><description>&lt;div class="wikidoc"&gt;
Please submit your ideas about api.fanfou.com.&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Fri, 16 Nov 2007 02:54:18 GMT</pubDate><guid isPermaLink="false">NEW POST: Submit your ideas 20071116025418A</guid></item><item><title>UPDATED RELEASE: Test Release (十一月 13, 2007)</title><link>http://www.codeplex.com/FanfouNET/Release/ProjectReleases.aspx?ReleaseId=8374</link><description>&amp;#42;ATTENTION&amp;#42;&lt;br /&gt;This is a test release, the library is can NOT do any work for you. </description><author></author><pubDate>Wed, 14 Nov 2007 02:57:11 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Test Release (十一月 13, 2007) 20071114025711A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Goal&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Solution Summary&lt;/b&gt;&lt;br /&gt;The Visual Studio solution in souce code was created by &lt;b&gt;Visual Studio 2008 Beta2&lt;/b&gt;, but its target framework is &lt;b&gt;.NET 2.0&lt;/b&gt;. So the library can be used by most people.&lt;br /&gt;I hope you'll enjoy this.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Wed, 14 Nov 2007 02:44:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071114024456A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/FanfouNET/SourceControl/ListDownloadableCommits.aspx</link><description>Entity class &amp;#58; pm lost. now fixed.</description><author>shinyzhu</author><pubDate>Wed, 14 Nov 2007 02:25:13 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071114022513A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/FanfouNET/SourceControl/ListDownloadableCommits.aspx</link><description>Entities and Exception class added.</description><author>shinyzhu</author><pubDate>Wed, 14 Nov 2007 02:22:10 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071114022210A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do more easier.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Comments are welcome&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Wed, 14 Nov 2007 01:07:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071114010718A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/FanfouNET/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;FanfouNET is a .NET wrapper for the API of fanfou.com which is a micro-blogging service provider. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Usage&lt;/b&gt;&lt;br /&gt;You can use this library access api.fanfou.com, so everything fanfou's api can do, you can do they easier.&lt;br /&gt;
&lt;/div&gt;</description><author>shinyzhu</author><pubDate>Wed, 14 Nov 2007 01:03:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071114010352A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/FanfouNET/SourceControl/ListDownloadableCommits.aspx</link><description>Initial import.</description><author>shinyzhu</author><pubDate>Tue, 16 Oct 2007 05:02:16 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071016050216A</guid></item></channel></rss>