<?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 for ON Blog</title>
	<atom:link href="http://onishimura.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://onishimura.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 17:38:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Facebook, C# and ASP.NET MVC &#8211; Code samples for friends list, activities list and wall posts by csharp</title>
		<link>http://onishimura.com/2010/08/11/facebook-c-and-asp-net-mvc-code-samples-for-friends-list-activities-list-and-wall-posts/comment-page-1/#comment-7065</link>
		<dc:creator>csharp</dc:creator>
		<pubDate>Fri, 27 Jan 2012 17:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=202#comment-7065</guid>
		<description>Hello,
It is a good example for facebook application. I was using this example before and it was working fine. But since last week I observed that in FacebookConnedct.cs when I am calling IsConnected it is always returning false. I google and found that now facebook is using  fbsr_  instead of fbs_ for its cookie name. I changed it but still GetFacebookCookieValue is returning null value. Please let me know how to solve this issue.
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
It is a good example for facebook application. I was using this example before and it was working fine. But since last week I observed that in FacebookConnedct.cs when I am calling IsConnected it is always returning false. I google and found that now facebook is using  fbsr_  instead of fbs_ for its cookie name. I changed it but still GetFacebookCookieValue is returning null value. Please let me know how to solve this issue.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Official Facebook C# SDK Released by Charlotte Jones</title>
		<link>http://onishimura.com/2010/07/17/official-facebook-c-sdk-released/comment-page-1/#comment-6953</link>
		<dc:creator>Charlotte Jones</dc:creator>
		<pubDate>Tue, 24 Jan 2012 03:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=109#comment-6953</guid>
		<description>For almost 3 days I have been unable to return gifts, send gifts, ask for help from neighbors etc. etc.  I contacted Playdom, as instructed and their post today was the problem was resolved last night.  WRONG.  I have buildings awaiting help from my neighbors and cannot send requests for help.  My granddaughter is having the same problem and she, too, has buildings needing neighbor-help which will expire soon.  Please make sure these buildings do not expire before Playdom gets the problem fixed for everyone.

I enjoy Facebook and play every day but am becoming quite frustrated over this mess.  I have accomplished helping out friends needing  Crystals but that is all I have been successful in sending.

Thank you,

Charlotte Jones</description>
		<content:encoded><![CDATA[<p>For almost 3 days I have been unable to return gifts, send gifts, ask for help from neighbors etc. etc.  I contacted Playdom, as instructed and their post today was the problem was resolved last night.  WRONG.  I have buildings awaiting help from my neighbors and cannot send requests for help.  My granddaughter is having the same problem and she, too, has buildings needing neighbor-help which will expire soon.  Please make sure these buildings do not expire before Playdom gets the problem fixed for everyone.</p>
<p>I enjoy Facebook and play every day but am becoming quite frustrated over this mess.  I have accomplished helping out friends needing  Crystals but that is all I have been successful in sending.</p>
<p>Thank you,</p>
<p>Charlotte Jones</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting a Facebook Connect site to Open Graph step by step by Adrian</title>
		<link>http://onishimura.com/2010/06/07/converting-a-facebook-connect-site-to-open-graph-step-by-step/comment-page-1/#comment-6872</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=59#comment-6872</guid>
		<description>where should I put the last part of your code?
$(&#039;#fbLogin).live(&#039;click&#039;,function() {
	FB.login(function(response) {
	  if (response.session) {
		//user has been authenticated
	  } else {
	  }
	}, {perms:&#039;email,user_about_me&#039;});
	return false;
});
regards</description>
		<content:encoded><![CDATA[<p>where should I put the last part of your code?<br />
$(&#8216;#fbLogin).live(&#8216;click&#8217;,function() {<br />
	FB.login(function(response) {<br />
	  if (response.session) {<br />
		//user has been authenticated<br />
	  } else {<br />
	  }<br />
	}, {perms:&#8217;email,user_about_me&#8217;});<br />
	return false;<br />
});<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone 7 Tutorial – Creating a simple notes app with Silverlight Part 2 by Remy</title>
		<link>http://onishimura.com/2010/07/27/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-2/comment-page-1/#comment-6749</link>
		<dc:creator>Remy</dc:creator>
		<pubDate>Sun, 15 Jan 2012 08:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=157#comment-6749</guid>
		<description>This is a fantastic tutorial. Gave me a big boost on creating my first application on my own. :)</description>
		<content:encoded><![CDATA[<p>This is a fantastic tutorial. Gave me a big boost on creating my first application on my own. <img src='http://onishimura.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone 7 Tutorial &#8211; Creating a simple notes app with Silverlight Part 3 by James</title>
		<link>http://onishimura.com/2010/07/29/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-3/comment-page-1/#comment-5845</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 12 Dec 2011 12:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=191#comment-5845</guid>
		<description>Very good tutorial. Thanks</description>
		<content:encoded><![CDATA[<p>Very good tutorial. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook C# &#8211; Sample ASP.NET application and access tokens by Meul</title>
		<link>http://onishimura.com/2010/07/19/8-facebook-c-sample-asp-net-application-and-access-tokens/comment-page-1/#comment-5302</link>
		<dc:creator>Meul</dc:creator>
		<pubDate>Fri, 18 Nov 2011 09:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=116#comment-5302</guid>
		<description>Thanx.......
After too much searching i got nice post which is working fine....</description>
		<content:encoded><![CDATA[<p>Thanx&#8230;&#8230;.<br />
After too much searching i got nice post which is working fine&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook C# &#8211; Sample ASP.NET application and access tokens by Varun Maggo</title>
		<link>http://onishimura.com/2010/07/19/8-facebook-c-sample-asp-net-application-and-access-tokens/comment-page-1/#comment-4594</link>
		<dc:creator>Varun Maggo</dc:creator>
		<pubDate>Mon, 24 Oct 2011 10:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=116#comment-4594</guid>
		<description>many thanks from India!

Varun Maggo</description>
		<content:encoded><![CDATA[<p>many thanks from India!</p>
<p>Varun Maggo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows Phone 7 Tutorial &#8211; Creating a simple notes app with Silverlight Part 1 by ?????? ??? ????????????? WP7 &#171; mudryck</title>
		<link>http://onishimura.com/2010/07/25/windows-phone-7-tutorial-creating-a-simple-notes-app-with-silverlight-part-1/comment-page-1/#comment-4567</link>
		<dc:creator>?????? ??? ????????????? WP7 &#171; mudryck</dc:creator>
		<pubDate>Sun, 23 Oct 2011 20:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=142#comment-4567</guid>
		<description>[...] Creating a simple notes app with Silverlight; [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating a simple notes app with Silverlight; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook, C# and ASP.NET MVC &#8211; Code samples for friends list, activities list and wall posts by wolfgang</title>
		<link>http://onishimura.com/2010/08/11/facebook-c-and-asp-net-mvc-code-samples-for-friends-list-activities-list-and-wall-posts/comment-page-1/#comment-4378</link>
		<dc:creator>wolfgang</dc:creator>
		<pubDate>Tue, 18 Oct 2011 19:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=202#comment-4378</guid>
		<description>Hello can you invite friends without using the dialogs from facebook ? i mean with this c# sdk can you invite friends to your app ??
thnx. please any answers to dx1290@hotmail.com</description>
		<content:encoded><![CDATA[<p>Hello can you invite friends without using the dialogs from facebook ? i mean with this c# sdk can you invite friends to your app ??<br />
thnx. please any answers to <a href="mailto:dx1290@hotmail.com">dx1290@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook, C# and ASP.NET MVC &#8211; Code samples for friends list, activities list and wall posts by k</title>
		<link>http://onishimura.com/2010/08/11/facebook-c-and-asp-net-mvc-code-samples-for-friends-list-activities-list-and-wall-posts/comment-page-1/#comment-3940</link>
		<dc:creator>k</dc:creator>
		<pubDate>Mon, 19 Sep 2011 09:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://onishimura.com/?p=202#comment-3940</guid>
		<description>thanks for the code</description>
		<content:encoded><![CDATA[<p>thanks for the code</p>
]]></content:encoded>
	</item>
</channel>
</rss>

