<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ON Blog</title>
	<link>http://onishimura.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 01:18:35 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Facebook, C# and ASP.NET MVC &#8211; Code samples for friends list, activities list and wall posts</title>
		<description><![CDATA[A few weeks back I wrote about the official C# SDK from Facebook and provided some sample code demonstrating how to use it to get some basic information about the logged in user. Admittedly the initial sample asp.net mvc code was fairly simple in order for it to be straight forward and easy to understand. [...]]]></description>
		<link>http://onishimura.com/2010/08/11/facebook-c-and-asp-net-mvc-code-samples-for-friends-list-activities-list-and-wall-posts/</link>
			</item>
	<item>
		<title>Windows Phone 7 Tutorial &#8211; Creating a simple notes app with Silverlight Part 3</title>
		<description><![CDATA[This is part 3 in a 3 part tutorial for creating a notes application using Silverlight and Windows Phone 7. The previous articles can be read here Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 1 Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 2 [...]]]></description>
		<link>http://onishimura.com/2010/07/29/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-3/</link>
			</item>
	<item>
		<title>Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 2</title>
		<description><![CDATA[This is part 2 in a 3 part tutorial for creating a notes application using Silverlight and Windows Phone 7. The other articles can be read here Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 1 Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 3 [...]]]></description>
		<link>http://onishimura.com/2010/07/27/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-2/</link>
			</item>
	<item>
		<title>Windows Phone 7 Tutorial &#8211; Creating a simple notes app with Silverlight Part 1</title>
		<description><![CDATA[This is part 1 in a 3 part tutorial for creating a notes application using Silverlight and Windows Phone 7. The other articles can be read here Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 2 Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 3 [...]]]></description>
		<link>http://onishimura.com/2010/07/25/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-1/</link>
			</item>
	<item>
		<title>Windows Phone 7 &#8211; List of Tutorials and Resources</title>
		<description><![CDATA[Following up on yesterday&#8217;s post on Windows Phone 7 development, here&#8217;s a few of the tutorials and guides I&#8217;ve been looking at the past few days. There&#8217;s a lot of info to digest so I&#8217;ll be adding to this post as I come across more resoucres. Tutorials and Samples Scott Guthrie&#8217;s Tutorial http://weblogs.asp.net/scottgu/archive/2010/03/18/building-a-windows-phone-7-twitter-application-using-silverlight.aspx Introduction to [...]]]></description>
		<link>http://onishimura.com/2010/07/22/windows-phone-7-list-of-tutorials-and-resources/</link>
			</item>
	<item>
		<title>Windows Phone 7 and Silverlight &#8211; Getting started with a Bouncing Ball</title>
		<description><![CDATA[The beta of the developer tools for Windows Phone 7 was released last week. I was curious to see how different/easy it was to develop for this platform so I decided to convert my old SL 3 bouncing ball app, done AGES ago, to Silverlight 4 and Windows Phone 7. The process was pretty painless [...]]]></description>
		<link>http://onishimura.com/2010/07/20/windows-phone-7-and-silverlight-getting-started-with-a-bouncing-ball/</link>
			</item>
	<item>
		<title>Facebook C# &#8211; Sample ASP.NET application and access tokens</title>
		<description><![CDATA[Put together another quick sample app, this time for ASP.NET 4.0, instead of MVC. I&#8217;ve also added an example of how to post to a user&#8217;s wall, using the Facebook C# SDK As I mentioned earlier, the facebookconnect class included is just a helper class I used to pull values out of the fbs_[appid] cookie. [...]]]></description>
		<link>http://onishimura.com/2010/07/19/8-facebook-c-sample-asp-net-application-and-access-tokens/</link>
			</item>
	<item>
		<title>Official Facebook C# SDK Released</title>
		<description><![CDATA[Looks like a brand new SDK to play with for facebook. While they have other sdks for python, php, javascript, etc, this is their first official C# SDK. Previously the primary SDK that was available was the Facebook Developers Toolkit, which hasn&#8217;t been updated in some time (and hasn&#8217;t been updated to support the open [...]]]></description>
		<link>http://onishimura.com/2010/07/17/official-facebook-c-sdk-released/</link>
			</item>
	<item>
		<title>Fixing Facebook IE problems</title>
		<description><![CDATA[A friend of mine ran into this IE problem recently and it reminded me of one of the early snags I hit when developing a facebook application with the Open Graph API. IE is much more finicky about cross domain requests than other browsers, which can cause issues when authenticating with Facebook. The primary symptom of this problem is that a user can login to your site using the Facebook login button and firefox or chrome, but cannot log in via IE. The trick is that you need to also set the Base Domain field to handle multiple subdomains. So, if your Connect URL was http://www.somesite.com/, you’d set your Base Domain field to somesite.com.]]></description>
		<link>http://onishimura.com/2010/07/14/fixing-facebook-ie-problems/</link>
			</item>
	<item>
		<title>Converting a Facebook Connect site to Open Graph step by step</title>
		<description><![CDATA[A few weeks back I decided to upgrade one of my web apps to the Open Graph API. Previously it was running on Facebook Connect and using the Facebook Developers Toolkit on the backend. This still works fine, but it always felt like over kill. The simplicity of the new Open Graph api is compelling, [...]]]></description>
		<link>http://onishimura.com/2010/06/07/converting-a-facebook-connect-site-to-open-graph-step-by-step/</link>
			</item>
</channel>
</rss>
