<?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: Developing a Facebook Application for absolute beginners &#8211; step 5</title>
	<atom:link href="http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/</link>
	<description>italian geek and PROgrammer</description>
	<lastBuildDate>Sat, 11 Feb 2012 05:27:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Jeff Mullen</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-916983</link>
		<dc:creator>Jeff Mullen</dc:creator>
		<pubDate>Mon, 29 Aug 2011 07:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-916983</guid>
		<description>There&#039;s still a step missing!  For Part 6, you need to have the application post a count of the number of the user&#039;s friends who actually use the application.  This will demonstrate two things that are vital to all but the most trivial of facebook applications:

1)  Persistent data (you&#039;re going to have to store that count somewhere)

and 

2)  An application that responds to successful invites.  This is something that even a simple gifting application like iHearts can do, so it shouldn&#039;t be hard to code.

These tutorials are awfully good, but they&#039;d be the next closest thing to perfection if you could just write that one more part!</description>
		<content:encoded><![CDATA[<p>There&#8217;s still a step missing!  For Part 6, you need to have the application post a count of the number of the user&#8217;s friends who actually use the application.  This will demonstrate two things that are vital to all but the most trivial of facebook applications:</p>
<p>1)  Persistent data (you&#8217;re going to have to store that count somewhere)</p>
<p>and </p>
<p>2)  An application that responds to successful invites.  This is something that even a simple gifting application like iHearts can do, so it shouldn&#8217;t be hard to code.</p>
<p>These tutorials are awfully good, but they&#8217;d be the next closest thing to perfection if you could just write that one more part!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashif</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-908444</link>
		<dc:creator>kashif</dc:creator>
		<pubDate>Sat, 20 Aug 2011 11:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-908444</guid>
		<description>Man this series of tutorials is awesome, i was searching for such tutorials from many months but never found such as yours which is very easy to understand, Thanks for all this information.</description>
		<content:encoded><![CDATA[<p>Man this series of tutorials is awesome, i was searching for such tutorials from many months but never found such as yours which is very easy to understand, Thanks for all this information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Mullen</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-889998</link>
		<dc:creator>Jeff Mullen</dc:creator>
		<pubDate>Thu, 28 Jul 2011 22:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-889998</guid>
		<description>I am disappointed in this tutorial.  It lacks a demonstration of the one technique that is necessary to build any but the most trivial of applications:  storing a value on facebook that is associated with a given user when he interacts with the application and retrieving it again during a subsequent interaction.  In part 5, an example would be to maintain a count of the friends who had accepted the invitation, that the user who did the inviting could see any time he or she signed onto the application.  This would be trivial to implement, but would show what is necessary to write even the most complex of applications.  Alas, it is not included in the tutorial, and the tutorial is thus incomplete.</description>
		<content:encoded><![CDATA[<p>I am disappointed in this tutorial.  It lacks a demonstration of the one technique that is necessary to build any but the most trivial of applications:  storing a value on facebook that is associated with a given user when he interacts with the application and retrieving it again during a subsequent interaction.  In part 5, an example would be to maintain a count of the friends who had accepted the invitation, that the user who did the inviting could see any time he or she signed onto the application.  This would be trivial to implement, but would show what is necessary to write even the most complex of applications.  Alas, it is not included in the tutorial, and the tutorial is thus incomplete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ankit Chauhan</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-845972</link>
		<dc:creator>Ankit Chauhan</dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-845972</guid>
		<description>Hi
in my facebook.php, I have not seen notifications_send(). So can you please send me the facebook function call or facebook.php


thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
in my facebook.php, I have not seen notifications_send(). So can you please send me the facebook function call or facebook.php</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arpit</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-644700</link>
		<dc:creator>Arpit</dc:creator>
		<pubDate>Thu, 23 Sep 2010 01:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-644700</guid>
		<description>Awesome.</description>
		<content:encoded><![CDATA[<p>Awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-570136</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Apr 2010 09:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-570136</guid>
		<description>Yes, since March 1st notifications_send is no more available:
http://wiki.developers.facebook.com/index.php/Notifications.send</description>
		<content:encoded><![CDATA[<p>Yes, since March 1st notifications_send is no more available:<br />
<a href="http://wiki.developers.facebook.com/index.php/Notifications.send" rel="nofollow">http://wiki.developers.facebook.com/index.php/Notifications.send</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bethy</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-567941</link>
		<dc:creator>Bethy</dc:creator>
		<pubDate>Wed, 14 Apr 2010 09:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-567941</guid>
		<description>Very detailed description, a beginner in FA development will make an easy start!</description>
		<content:encoded><![CDATA[<p>Very detailed description, a beginner in FA development will make an easy start!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-565022</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-565022</guid>
		<description>Looks like this code throws an exception error now.. must be a change to Facebook.. throws it in the code, and in  your demo.</description>
		<content:encoded><![CDATA[<p>Looks like this code throws an exception error now.. must be a change to Facebook.. throws it in the code, and in  your demo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-555178</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-555178</guid>
		<description>Thanks for a great tutorial.

I have a question regarding updates of the wall.  When the index.php is updated with a new message, how  can the app refresh/update the wall without having the user visiting the canvas page again?

All permissions have been enabled.

Thx</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial.</p>
<p>I have a question regarding updates of the wall.  When the index.php is updated with a new message, how  can the app refresh/update the wall without having the user visiting the canvas page again?</p>
<p>All permissions have been enabled.</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohsin</title>
		<link>http://www.emanueleferonato.com/2009/10/09/developing-a-facebook-application-for-absolute-beginners-step-5/#comment-521734</link>
		<dc:creator>Mohsin</dc:creator>
		<pubDate>Sat, 14 Nov 2009 12:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.emanueleferonato.com/?p=1727#comment-521734</guid>
		<description>Hey Emanuele !!! 

You simply rock!!!This article was so helpful and so simple and easy to understand that even a novice like me was able to understand and follow it. Anxiously waiting for the &quot;finetuning to give a professional look&quot; and &quot;monetizing&quot; articles. 
Thanks :)</description>
		<content:encoded><![CDATA[<p>Hey Emanuele !!! </p>
<p>You simply rock!!!This article was so helpful and so simple and easy to understand that even a novice like me was able to understand and follow it. Anxiously waiting for the &#8220;finetuning to give a professional look&#8221; and &#8220;monetizing&#8221; articles.<br />
Thanks :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 6/11 queries in 0.259 seconds using disk: basic

Served from: www.emanueleferonato.com @ 2012-02-11 14:12:47 -->
