<?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"
	>
<channel>
	<title>Comments on: Creating a Facebook Application using MVC</title>
	<atom:link href="http://coderjournal-backend/index.php/2008/04/create-facebook-application-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/</link>
	<description>while(!(succeed = try()));</description>
	<pubDate>Fri, 21 Nov 2008 06:52:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Craig</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-17229</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Tue, 14 Oct 2008 12:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-17229</guid>
		<description>Hi Nick Berardi.....
I am a newbie MVC Developer.....
 
Can we use Google/Gmail Id for single sign on in MVC project?
Which google apis or google services should MVC support? 

Any Help or Any suggestion.......

thanks.</description>
		<content:encoded><![CDATA[<p>Hi Nick Berardi&#8230;..<br />
I am a newbie MVC Developer&#8230;..</p>
<p>Can we use Google/Gmail Id for single sign on in MVC project?<br />
Which google apis or google services should MVC support? </p>
<p>Any Help or Any suggestion&#8230;&#8230;.</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16882</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 09 Oct 2008 07:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16882</guid>
		<description>hi nick.....
i gone through http://www.ideapipe.com/login.
and the exactly same thing i want to implement in my project.
Can u please tell me from where i get the examples for facebook?</description>
		<content:encoded><![CDATA[<p>hi nick&#8230;..<br />
i gone through <a href="http://www.ideapipe.com/login" rel="nofollow">http://www.ideapipe.com/login</a>.<br />
and the exactly same thing i want to implement in my project.<br />
Can u please tell me from where i get the examples for facebook?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16835</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Wed, 08 Oct 2008 19:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16835</guid>
		<description>The second part of your question is basically you don't need to do anything on your side, just follow the examples given by Facebook.  And create a different page to post the results back to that will contain the Facebook UID.</description>
		<content:encoded><![CDATA[<p>The second part of your question is basically you don&#8217;t need to do anything on your side, just follow the examples given by Facebook.  And create a different page to post the results back to that will contain the Facebook UID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16834</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Wed, 08 Oct 2008 19:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16834</guid>
		<description>Hi Peter,

It is possible, I have done it on http://www.ideapipe.com/login, if you want to check it out.</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>It is possible, I have done it on <a href="http://www.ideapipe.com/login" rel="nofollow">http://www.ideapipe.com/login</a>, if you want to check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16822</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 08 Oct 2008 14:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16822</guid>
		<description>hi nick.....
I am using MVC Preview 5.
I am tring to integrate Facebook single sign on in my MVC Preview 5 project.Can u please tell me is that possible?
Is there any link or source code for that? 

Thanks in advance..</description>
		<content:encoded><![CDATA[<p>hi nick&#8230;..<br />
I am using MVC Preview 5.<br />
I am tring to integrate Facebook single sign on in my MVC Preview 5 project.Can u please tell me is that possible?<br />
Is there any link or source code for that? </p>
<p>Thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brady gaster</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16497</link>
		<dc:creator>brady gaster</dc:creator>
		<pubDate>Fri, 03 Oct 2008 13:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16497</guid>
		<description>I snagged your code and changed a few things, specifically (and only) bringing the code up to speed so that it works with the most recent drop of the MVC preview (5). I'm experiencing great success when I use the code to create an iFrame-based application. However, it appears as though the new Facebook API's FBML application architecture breaks the way it all works together. Do you support the new FBML stuff or have any idea how this could be resolved, or is it on the side of Facebook with the decision to move forward with an API that breaks the previous approach? Any insight you could give on this would be appreciated. Thanks!</description>
		<content:encoded><![CDATA[<p>I snagged your code and changed a few things, specifically (and only) bringing the code up to speed so that it works with the most recent drop of the MVC preview (5). I&#8217;m experiencing great success when I use the code to create an iFrame-based application. However, it appears as though the new Facebook API&#8217;s FBML application architecture breaks the way it all works together. Do you support the new FBML stuff or have any idea how this could be resolved, or is it on the side of Facebook with the decision to move forward with an API that breaks the previous approach? Any insight you could give on this would be appreciated. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happy</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16375</link>
		<dc:creator>happy</dc:creator>
		<pubDate>Wed, 01 Oct 2008 14:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16375</guid>
		<description>hey i need to find all the friends who installed my application. i have to show nam and picture.
i am using asp.net 
any help will be appriciated</description>
		<content:encoded><![CDATA[<p>hey i need to find all the friends who installed my application. i have to show nam and picture.<br />
i am using asp.net<br />
any help will be appriciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happy</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16368</link>
		<dc:creator>happy</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16368</guid>
		<description>oops sorry and thanks  was got it right</description>
		<content:encoded><![CDATA[<p>oops sorry and thanks  was got it right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Berardi</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16256</link>
		<dc:creator>Nick Berardi</dc:creator>
		<pubDate>Tue, 30 Sep 2008 12:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16256</guid>
		<description>Why can't you use FBML tags?</description>
		<content:encoded><![CDATA[<p>Why can&#8217;t you use FBML tags?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: happy</title>
		<link>http://www.coderjournal.com/2008/04/create-facebook-application-mvc/#comment-16254</link>
		<dc:creator>happy</dc:creator>
		<pubDate>Tue, 30 Sep 2008 11:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.coderjournal.com/?p=199#comment-16254</guid>
		<description>hi there i am a newbie facebook developer i cant use the fbbl tag what could i be doing wron</description>
		<content:encoded><![CDATA[<p>hi there i am a newbie facebook developer i cant use the fbbl tag what could i be doing wron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
