<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fools Garden &#187; Facebook</title>
	<atom:link href="http://blog.apnafundaz.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.apnafundaz.com</link>
	<description>mY dEaR diARy!!!</description>
	<lastBuildDate>Fri, 11 Jun 2010 07:29:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Facebook Hello World Application</title>
		<link>http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/</link>
		<comments>http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:47:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=94</guid>
		<description><![CDATA[Okay to create a new aplication on facebook, we will begin with developing the most basic application that ever be..!! This is just to realize some basic concepts on viewing facebook application on canvas page and other minor details. Project : Hello world Required : Web space(where you can host your application), BAsic knowledge of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-hello-world-application%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-hello-world-application%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Okay to create a new aplication on facebook, we will begin with developing the most basic application that ever be..!! This is just to realize some basic concepts on viewing facebook application on canvas page and other minor details.</p>
<p><span id="more-94"></span></p>
<p><strong>Project</strong> : Hello world</p>
<p><!--more--><strong>Required </strong>: Web space(where you can host your application), BAsic knowledge of PHP and java.</p>
<p><!--more--></p>
<p><strong>Setps </strong>:</p>
<ul>
<li>Create  a new page on your website as <strong>hello-world.php</strong> and place it in your application directory of your site.(Create a application directory as &#8220;facebook&#8221; in the root of your site.)</li>
<li><a title="Facebook Client Library" href="http://svn.facebook.com/svnroot/platform/clients/packages/facebook-platform.tar.gz">Download Client Library</a> (This package has all the files that make up the official PHP Client Library, <strong>as well as a sample application</strong>)</li>
<li>Unrar this folder in the root directory for your applications in your site.</li>
<li>Now copy the code below and save it in your <strong>hello-world.php</strong> file.</li>
</ul>
<blockquote><p>require_once &#8216;facebook.php&#8217;;</p>
<p>$appapikey = &#8216;YOUR APPLICATION KEY&#8217;;</p>
<p>$appsecret = &#8216;YOUR APPLICATION SECRET YOUR&#8217;;</p>
<p>$facebook = new Facebook($appapikey, $appsecret);</p>
<p>$user_id = $facebook-&gt;require_login();</p>
<p>// Greet the currently logged-in user!</p>
<p>echo &#8220;&lt;p&gt;Hello, &lt;fb:name uid=\&#8221;$user_id\&#8221; useyou=\&#8221;false\&#8221; /&gt;!&lt;/p&gt;&#8221;;</p>
<p>// This just uses a fb:name to recive your name and then display it. This is an example of <a title="Signed canvas" href="http://www.blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/">signed canvas</a>. You might hav to login to view your application page.</p></blockquote>
<ul>
<li>Now configure Your application on facebook.</li>
<li><a title="Register a new Facebook Application" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-tutorial/">Register</a> a new application on facebook.</li>
<li>In settings tab, Set <a title="Canvas Page Settings" href="http://www.blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/">Canvas page URL</a> as &#8220;hello-world&#8221;(This does not support more than 20 characters and capital letters)</li>
<li>And <a title="Callback URL Settings" href="http://www.blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/">Callback URL</a> as the absolute URL of the page we just saved.(hello-world.php)</li>
<li>Wollah..you are done..with your first application on facebook.</li>
<li>Now go to the canvas page url to check if everthings wqorking fine. If not don&#8217;t worry..just ask me..!!! It would work newayz..!!</li>
</ul>
<p>This might not enerzige you a lot as this does not do many a things besides printing your name on the application page ( or the one who is viewing this page.) . But this builds your basic to get things going.</p>
<p>Now you can build any page in simple php and try to render it on canvas page. Keep trying..!!</p>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;bmtitle=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;Title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;Title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;n=Facebook+Hello+World+Application&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;t=Facebook+Hello+World+Application&amp;d=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;name=Facebook+Hello+World+Application&amp;description=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;body=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;desc=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;description=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;desc=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;t=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Hello+World+Application&amp;link=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;type=Article&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Hello+World+Application&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;srcUrl=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;srcTitle=Facebook+Hello+World+Application&amp;snippet=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;t=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Hello+World+Application&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Hello+World+Application&amp;text=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca+-+http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Hello+World+Application&quot;+-+from+http://sl.ly/a6da1" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;summary=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Hello%20World%20Application%22&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;u_data[name]=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;bm_description=Facebook+Hello+World+Application&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;n=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;t=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Hello+World+Application&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;h=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;T=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Hello+World+Application&amp;u=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;b=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Hello+World+Application&amp;du=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;cn=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;body=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Hello+World+Application+-+http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;selection=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;format=microclip&amp;title=Facebook+Hello+World+Application&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Hello+World+Application&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/+&quot;Facebook+Hello+World+Application&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/ %0D%0A%0D%0A Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-hello-world-application%2F&amp;t=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Hello+World+Application+-+http://sl.ly/a6da1&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Hello+World+Application&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-hello-world-application%2F&amp;desc=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application&amp;body=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;title=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;submitHeadline=Facebook+Hello+World+Application&amp;submitSummary=Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Hello+World+Application&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Okay%20to%20create%20a%20new%20aplication%20on%20facebook%2C%20we%20will%20begin%20with%20developing%20the%20most%20basic%20application%20that%20ever%20be..%21%21%20This%20is%20just%20to%20realize%20some%20basic%20concepts%20on%20viewing%20facebook%20application%20on%20canvas%20page%20and%20other%20minor%20details.%0D%0A%0D%0A%0D%0A%0D%0AProject%20%3A%20Hello%20world%0D%0A%0D%0ARequired%20%3A%20Web%20space%28where%20you%20ca" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/&amp;lname=Facebook+Hello+World+Application" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=94&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li><li>Sunday, October 4th 2009 -- <a href="http://blog.apnafundaz.com/2009/10/orkut-promote-get-yourself-or-blog-promoted-for-free/" title="Orkut Promote : Get yourself or blog Promoted for free">Orkut Promote : Get yourself or blog Promoted for free</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Canvas callback page and fb_* variables passed</title>
		<link>http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/</link>
		<comments>http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 08:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=90</guid>
		<description><![CDATA[The callback page is the page Facebook calls whenever it needs to notify your app of something or get the content of the canvas page for your app. Canvas Pages &#38; Callback Pages Note that the user can be either logged into facebook or not, and even if a user is logged in, he/she might have [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Fcanvas-callback-page-and-fb_-variables-passed%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Fcanvas-callback-page-and-fb_-variables-passed%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>The callback page is the page Facebook calls whenever it needs to notify your app of something or get the content of the <a style="text-decoration: none; color: #3b5998; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; outline-style: none; outline-width: initial; outline-color: initial; background-position: initial initial;" title="Getting started guide" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-tutorial/">canvas page</a> for your app.</p>
<h2 style="color: black; background-image: none; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: initial; font-weight: normal; margin-top: 2em; margin-right: 0px; margin-bottom: 0.6em; margin-left: 0px; padding-top: 0.5em; padding-bottom: 0.17em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #cccccc; font-size: 19px; background-position: initial initial;">Canvas Pages &amp; Callback Pages</h2>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">Note that the user can be either logged into facebook or not, and even if a user is logged in, he/she might have authorized the app, or not. As an app programmer, you can allow the user to authorize later by holding back on the $facebook-&gt;require_login() call. So, technically, three states are possible:</p>
<ol style="line-height: 1.5em; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 3.2em; list-style-image: none; padding: 0px;">
<li style="margin-bottom: 0.1em;">The user is not logged in to Facebook.</li>
<li style="margin-bottom: 0.1em;">The user is logged in to Facebook, but has not &#8220;granted access&#8221; to your application.</li>
<li style="margin-bottom: 0.1em;">The user is logged in to Facebook, and has &#8220;granted access&#8221; to your application.</li>
</ol>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">The variables passed to the callback page when served on the canvas page in these three states correspondingly are:</p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong><span id="more-90"></span></strong></p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong>The user is not logged in to Facebook.</strong></p>
<ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; list-style-image: url(http://wiki.developers.facebook.com/skins/monobook/bullet.gif); padding: 0px;">
<li style="margin-bottom: 0.1em;">fb_sig_in_canvas =&gt; 1 [1/0, is this a request for a canvas page?]</li>
<li style="margin-bottom: 0.1em;">fb_sig_request_method =&gt; GET</li>
<li style="margin-bottom: 0.1em;">fb_sig_position_fix =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_locale =&gt; en_US</li>
<li style="margin-bottom: 0.1em;">fb_sig_in_new_facebook =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_time =&gt; 124&#8230;.34.8315</li>
<li style="margin-bottom: 0.1em;">fb_sig_logged_out_facebook =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_added =&gt; 0</li>
<li style="margin-bottom: 0.1em;">fb_sig_api_key =&gt; a8..API_KEY_OF_APP&#8230;b2</li>
<li style="margin-bottom: 0.1em;">fb_sig_app_id =&gt; 7..THE_APP_ID..9</li>
<li style="margin-bottom: 0.1em;">fb_sig =&gt; 98&#8230;SOME_RANDOM_SIG&#8230;19</li>
</ul>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong>Live Example :</strong> Visit this link without logging into facebook and check the variables passed :</p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><a title="Unsigned Canvas and variables" href="http://apps.facebook.com/manishalexin/blog/canvas_unsigned.php" target="_self">http://apps.facebook.com/manishalexin/blog/canvas_unsigned.php</a></p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong><!--more-->The user is logged in to Facebook, but has not &#8220;granted access&#8221; to your application.</strong></p>
<ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; list-style-image: url(http://wiki.developers.facebook.com/skins/monobook/bullet.gif); padding: 0px;">
<li style="margin-bottom: 0.1em;">fb_sig_in_canvas =&gt; 1 [1/0, is this a request for a canvas page?]</li>
<li style="margin-bottom: 0.1em;">fb_sig_request_method =&gt; GET</li>
<li style="margin-bottom: 0.1em;">fb_sig_position_fix =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_locale =&gt; en_US</li>
<li style="margin-bottom: 0.1em;">fb_sig_in_new_facebook =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_time =&gt; 123&#8230;.56.5721</li>
<li style="margin-bottom: 0.1em;">fb_sig_added =&gt; 0</li>
<li style="margin-bottom: 0.1em;">fb_sig_api_key =&gt; a8..API_KEY_OF_APP&#8230;b2</li>
<li style="margin-bottom: 0.1em;">fb_sig_app_id =&gt; 7..THE_APP_ID..9</li>
<li style="margin-bottom: 0.1em;">fb_sig =&gt; 98&#8230;SOME_RANDOM_SIG&#8230;19</li>
</ul>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong>Live Example :</strong> Visit this link without logging into facebook and check the variables passed :</p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><a title="Unsigned Canvas and variables" href="http://apps.facebook.com/manishalexin/blog/canvas_signed.php" target="_self">http://apps.facebook.com/manishalexin/blog/canvas_signed.php</a></p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">(First Login to facebook and then go this example to see the diffrence in variables..)</p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong><!--more--></strong></p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong>The user is logged in to Facebook, and has &#8220;granted access&#8221; to your application.</strong></p>
<ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; list-style-image: url(http://wiki.developers.facebook.com/skins/monobook/bullet.gif); padding: 0px;">
<li style="margin-bottom: 0.1em;">fb_sig_in_canvas =&gt; 1 [1/0, is this a request for a canvas page?]</li>
<li style="margin-bottom: 0.1em;">fb_sig_request_method =&gt; GET</li>
<li style="margin-bottom: 0.1em;">fb_sig_friends =&gt; here, will, be, a, comma, separated, list, of, userids, of, the, authorizing, user</li>
<li style="margin-bottom: 0.1em;">fb_sig_position_fix =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_locale =&gt; en_US</li>
<li style="margin-bottom: 0.1em;">fb_sig_in_new_facebook =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_time =&gt; 12&#8230;.72.9749</li>
<li style="margin-bottom: 0.1em;">fb_sig_added =&gt; 1</li>
<li style="margin-bottom: 0.1em;">fb_sig_profile_update_time =&gt; 12&#8230;95</li>
<li style="margin-bottom: 0.1em;">fb_sig_expires =&gt; 12&#8230;.00 [is 0 if the session key contained in fb_sig_session_key never expires]</li>
<li style="margin-bottom: 0.1em;">fb_sig_user =&gt; USERID_OF_AUTHORING_USER..2101</li>
<li style="margin-bottom: 0.1em;">fb_sig_session_key =&gt; 2.2 &#8230;SESSION_KEY&#8230;.2101</li>
<li style="margin-bottom: 0.1em;">fb_sig_ext_perms =&gt; auto_publish_recent_activity</li>
<li style="margin-bottom: 0.1em;">fb_sig_api_key =&gt; a8..API_KEY_OF_APP&#8230;b2</li>
<li style="margin-bottom: 0.1em;">fb_sig_app_id =&gt; 7..THE_APP_ID..9</li>
<li style="margin-bottom: 0.1em;">fb_sig =&gt; 98&#8230;SOME_RANDOM_SIG&#8230;19</li>
</ul>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><strong>Live Example :</strong> Visit this link without logging into facebook and check the variables passed :</p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;"><a title="Unsigned Canvas and variables" href="http://apps.facebook.com/manishalexin/blog/canvas_signed_granted.php" target="_self">http://apps.facebook.com/manishalexin/blog/canvas_signed_granted.php</a></p>
<p style="margin-top: 0.4em; margin-right: 0px; margin-bottom: 0.5em; margin-left: 0px; line-height: 1.5em;">
<p>When any user installs your app for the first time, the following parameters are passed to your callback page via <tt>GET</tt>:</p>
<ul style="line-height: 1.5em; list-style-type: square; margin-top: 0.3em; margin-right: 0px; margin-bottom: 0px; margin-left: 1.5em; list-style-image: url(http://wiki.developers.facebook.com/skins/monobook/bullet.gif); padding: 0px;">
<li style="margin-bottom: 0.1em;"><tt>installed=1</tt></li>
<li style="margin-bottom: 0.1em;"><tt>auth_token=(some value)</tt></li>
</ul>
<p><!--more-->These variables can be used to control various objects in your program..!! I will let you know hoe to effectively use these variables in your program.  Stay tuned..(:))</p>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;bmtitle=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;Title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;Title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;n=Canvas+callback+page+and+fb_%2A+variables+passed&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;t=Canvas+callback+page+and+fb_%2A+variables+passed&amp;d=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;name=Canvas+callback+page+and+fb_%2A+variables+passed&amp;description=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;desc=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;description=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;desc=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;t=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;link=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;type=Article&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=Link: http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;srcUrl=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;srcTitle=Canvas+callback+page+and+fb_%2A+variables+passed&amp;snippet=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;t=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=Link: http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Canvas+callback+page+and+fb_%2A+variables+passed&amp;text=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut+-+http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Canvas+callback+page+and+fb_%2A+variables+passed&quot;+-+from+http://sl.ly/66938" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;summary=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Canvas%20callback%20page%20and%20fb_%2A%20variables%20passed%22&amp;body=Link: http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;u_data[name]=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;bm_description=Canvas+callback+page+and+fb_%2A+variables+passed&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;n=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;t=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;h=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;T=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Canvas+callback+page+and+fb_%2A+variables+passed&amp;u=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;b=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Canvas+callback+page+and+fb_%2A+variables+passed&amp;du=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;cn=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Canvas+callback+page+and+fb_%2A+variables+passed+-+http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;selection=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;format=microclip&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/+&quot;Canvas+callback+page+and+fb_%2A+variables+passed&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/ %0D%0A%0D%0A The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Fcanvas-callback-page-and-fb_-variables-passed%2F&amp;t=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Canvas+callback+page+and+fb_%2A+variables+passed+-+http://sl.ly/66938&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Fcanvas-callback-page-and-fb_-variables-passed%2F&amp;desc=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;title=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;submitHeadline=Canvas+callback+page+and+fb_%2A+variables+passed&amp;submitSummary=The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Canvas+callback+page+and+fb_%2A+variables+passed&amp;body=Link: http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20callback%20page%20is%20the%20page%20Facebook%20calls%20whenever%20it%20needs%20to%20notify%20your%20app%20of%20something%20or%20get%20the%20content%20of%20the%C2%A0canvas%20page%20for%20your%20app.%0D%0ACanvas%20Pages%20%26amp%3B%20Callback%20Pages%0D%0ANote%20that%20the%20user%20can%20be%20either%20logged%20into%20facebook%20or%20not%2C%20and%20even%20if%20a%20user%20is%20logged%20in%2C%20he%2Fshe%20might%20have%20aut" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/&amp;lname=Canvas+callback+page+and+fb_%2A+variables+passed" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=90&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li><li>Sunday, October 4th 2009 -- <a href="http://blog.apnafundaz.com/2009/10/orkut-promote-get-yourself-or-blog-promoted-for-free/" title="Orkut Promote : Get yourself or blog Promoted for free">Orkut Promote : Get yourself or blog Promoted for free</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Tutorial-Application Settings(Connect,Widgets &amp; Advanced)</title>
		<link>http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/</link>
		<comments>http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 09:32:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=75</guid>
		<description><![CDATA[Continuing on my &#8220;Settings for application&#8221; tab dsecription..in which i have already described in detail the Canvas and Profiles tab and Basic and Authentication tab. Settings : Connect Facebook Connect Settings Connect URL Your Connect site&#8217;s main URL. Facebook Connect Logo Change your logo The image that appears in the Facebook Connect dialog. Limit: 99px wide [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-connect-wigets%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-connect-wigets%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Continuing on my &#8220;<strong>Settings for application&#8221;</strong> tab dsecription..in which i have already described in detail the <strong><a title="Facebook Application Tutorial-Canvas and Profile Settings" href="http://www.blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/">Canvas and Profiles</a> </strong>tab and <strong><a title="Facebook Appliaction Settings-Basic and Authentication" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-settings-basic-authentication/ ">Basic and Authentication</a></strong> tab.</p>
<p><strong>Settings : Connect</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Facebook Connect Settings</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Connect URL</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>Your Connect site&#8217;s main URL.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Facebook Connect Logo<span style="white-space: pre;"> </span> Change your logo<span style="white-space: pre;"> </span>The image that appears in the Facebook Connect dialog.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Limit: 99px wide and 22px tall.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Account Preview URL</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>Facebook pulls the content from here and displays it to the user in a Facebook Connect request.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Base Domain</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>Use this to enable your Facebook Connect implementation to span multiple subdomains (e.g., using example.com would enable foo.example.com and bar.example.com).</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Account Reclamation URL</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 50px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>A URL that will be provided to a user that deactivates their Facebook account, to allow an independent account to be set up. See further documentation.</div>
<p>Facebook Connect Settings</p>
<blockquote><p><em>Connect URL : <strong><span style="font-weight: normal;">Your Connect site&#8217;s main URL.</span></strong></em></p>
<p><em>Facebook Connect Logo<span style="white-space: pre;"> : </span></em><span style="font-weight: normal;">The image that appears in the Facebook Connect dialog. Limit: 99px wide and 22px tall.</span></p>
<p><em>Account Preview URL : <strong><span style="white-space: pre;"><span style="font-weight: normal;"> </span></span><span style="font-weight: normal;">Facebook pulls the content from here and displays it to the user in a Facebook Connect request.</span></strong></em></p>
<p><em>Base Domain : <strong><span style="font-weight: normal;">Use this to enable your Facebook Connect implementation to span multiple subdomains (e.g., using example.com would enable foo.example.com and bar.example.com).</span></strong></em></p>
<p><em>Account Reclamation URL : <span style="font-style: normal;"><span style="font-weight: normal;">A</span></span><strong><span style="font-weight: normal;"> URL that will be provided to a user that deactivates their Facebook account, to allow an independent account to be set up. See further documentation.</span></strong></em></p></blockquote>
<p><em><strong><span style="font-weight: normal;"> </span></strong></em></p>
<p><em><strong><span id="more-75"></span><span style="font-style: normal;"><strong>Friend Linking</strong></span></strong></em></p>
<p><em> </em></p>
<p><em> </em></p>
<p><em> </em></p>
<p><em> </em></p>
<p><em> </em></p>
<p><em></p>
<blockquote><p>Friend Linking Access<span style="white-space: pre;"> </span><span style="font-style: normal;"><span style="font-weight: normal;">Requested </span>or<span style="font-weight: normal;"> Not Requested &#8212; </span></span><span style="font-style: normal;"><span style="font-weight: normal;">Enable if you would like to apply for access to the Friend Linking feature. Only those applications that already have some form of native friend linking should request Friend Linking access. Proof on native friend linking functionality is also required if the request is to be considered.</span></span></p>
<p>How Site Uses Friend Linking : <span style="font-style: normal;"><span style="font-weight: normal;">Explain why you need access to the Friend Linking feature, and how your website will use it.</span></span></p>
<p>Native Friend Linking<span style="white-space: pre;"> : </span><span style="font-style: normal;"><span style="font-weight: normal;">Yes</span> or<span style="font-weight: normal;"> No<span style="white-space: pre;"> &#8212; </span></span></span><span style="font-style: normal;"><span style="font-weight: normal;">Select Yes if your site uses a contact importer or provides some other way to search for other users.</span></span></p>
<p>Native Friend Linking Documentation : <span style="font-style: normal;"><span style="font-weight: normal;">Please explain how the contact importing feature or search works. If possible, provide a URL linking to documentation.</span></span></p></blockquote>
<p><span style="font-style: normal;"><span style="font-weight: normal;"> </span></span></p>
<p><strong><!--more-->Template Bundles</strong></p>
<blockquote><p>Previously Submitted Template Bundles : <span style="font-style: normal;"><span style="font-weight: normal;"> History of all those template bundles that have already been submitted for auto-publishing of one line feed stories.</span></span></p>
<p><span style="font-style: normal; font-weight: normal;">Note: Connect applications should start using the stream.publish API method instead of feed.publishUserAction.</span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial, sans-serif; font-style: normal; font-weight: normal; line-height: 22px; font-size: 12px;"><strong style="font-variant: normal !important; text-align: left !important;">&lt;!&#8211;nextpage&#8211;&gt;</strong></span></p></blockquote>
<p><span style="font-style: normal;"><!--more-->Settings : Widgets </span></p>
<p><span style="font-style: normal;"> </span></p>
<p><!--more-->Widgets Administration</p>
<blockquote><p>Application Developers : <span style="font-weight: normal;"><span style="font-style: normal;">Owners Profile name will be displayed.</span></span></p>
<p>Administrators<span style="font-weight: normal; white-space: pre;"> : <em><span style="font-style: normal;">Widget Administrators can edit widget settings. Note that all application developers can also act as Administrators.</span></em></span></p>
<p>Moderator<span style="font-style: normal; font-weight: normal; white-space: pre;"> :  <span style="white-space: normal;">Widget Moderators can moderate content, whitelists, and blacklists.</span></span></p>
<p>Notification Subscribers<span style="font-style: normal; font-weight: normal; white-space: pre;"> : You can subscribe yourself as well by using the check box &#8211; <span style="white-space: normal;">Include me! Subscribers will receive a notification whenever content is added.</span></span></p></blockquote>
<p><span style="font-style: normal;"><!--more-->Comments Box Global Settings</span><span style="font-style: normal; font-weight: normal;"> </span></p>
<blockquote><p>Permissions Mode<span style="font-style: normal; font-weight: normal;"> : Whitelist Mode </span><span style="font-style: normal;">or</span><span style="font-style: normal; font-weight: normal;"> Blacklist Mode</span></p>
<p><span style="font-style: normal; font-weight: normal;"> &#8211; <em><span style="font-weight: normal;"><span style="font-style: normal;">Whitelist Mode </span></span><span style="font-weight: normal;"><span style="font-style: normal;">: </span></span><span style="font-style: normal; font-weight: normal;">Content can only be viewed by users on the Whitelist.</span></em></span></p>
<p><span style="font-style: normal; font-weight: normal;"><em><span style="font-style: normal; font-weight: normal;">&#8211;  <em><span style="font-style: normal;"><span style="font-weight: normal;">Blacklist Mode</span> :</span><span style="font-style: normal; font-weight: normal;"> Content can be viewed by anyone not on the Blacklist.</span></em></span></em></span></p>
<p><span style="font-style: normal; font-weight: normal;"><em><span style="font-style: normal; font-weight: normal;"><em>Whitelist :<span style="font-style: normal; font-weight: normal;"> In Whitelist Mode, only these users can view content.</span></em></span></em></span></p>
<p>Blacklist : <span style="font-style: normal; font-weight: normal;">In Blacklist Mode, these users cannot interact with widgets. </span></p>
<p>Allow Anonymous Comments : <span style="font-style: normal; font-weight: normal;">Yes </span><span style="font-style: normal;">or</span><span style="font-style: normal; font-weight: normal;"> No. &#8212;  Allow users without a Facebook account to comment using name and email address.</span></p></blockquote>
<div><span style="font-style: normal;"><!--more-->Settings : Advanced</span></div>
<div><span style="font-style: normal;"></p>
<div><!--more-->Advanced Settings</div>
<blockquote>
<div><em>Application Type</em> : <span style="font-weight: normal;">WebDesktop</span><span style="white-space: pre;"><span style="font-weight: normal;"> </span></span></div>
<div><span style="white-space: pre;"><span style="font-weight: normal;"> </span></span></div>
<div><em>Sandbox Mode </em>: <span style="font-weight: normal;">Enable </span>or<span style="font-weight: normal;"> Disable. &#8212; </span><span style="font-weight: normal;">Lets only the developers of your application see it. It&#8217;s Developer mode, you can quitely develop it on facebook even without letting anyone know that it&#8217;s there.</span></div>
</blockquote>
<div><span style="font-weight: normal;"></p>
<div><strong><!--more-->Mobile Integration</strong></div>
<blockquote>
<div><strong><em>SMS Integration : </em></strong>Enable<strong> or </strong>Disable &#8211; Lets you integrate your application with SMS.</div>
<div><strong><em>iPhone Application ID  : </em></strong>If you have an iPhone app using Connect, fill this in with your Apple-provided application ID.</div>
</blockquote>
<div><strong><!--more-->Attachments</strong></div>
<div>
<blockquote>
<div><strong><em>Attachment Text : <span style="font-style: normal; font-weight: normal;">The label for your application&#8217;s link to attach content. Examples: Attach Photos, Attach Files, Share Link.</span></em></strong></div>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><br />
</span></em></strong></div>
<div><strong><em>Attachment Callback URL : <span style="font-style: normal; font-weight: normal;">Facebook pulls the content for your attachment interface from here.</span></em></strong></div>
</blockquote>
<div><strong><!--more-->Security</strong></div>
<div>
<blockquote>
<div><strong><em>Server Whitelist : <span style="font-style: normal; font-weight: normal;">Facebook blocks requests using your API key from any IP address not in this comma-separated list.</span></em></strong></div>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><br />
</span></em></strong></div>
<div><strong><em>Session Secret Whitelist Exception : </em></strong>Enable<strong> or </strong>Disable &#8211; If you are using a Server Whitelist, choose &#8220;Enable&#8221; to allow applications using a session-based temporary secret (such as Facebook Connect and iframe applications) to bypass the whitelist.</div>
</blockquote>
<div><strong><!--more-->Legal</strong></div>
</div>
<div><strong></p>
<blockquote>
<div><em>Video Rentals : </em><span style="font-weight: normal;">Does your site publish feed stories involving video sales, rentals, or subscriptions?</span></div>
<div><span style="font-weight: normal;"><br />
</span></div>
<div><span style="font-weight: normal;">&#8211; Yes </span>or <span style="font-weight: normal;">No<span style="white-space: pre;"> &#8212; </span></span><span style="font-weight: normal;">If applicable, your site must comply with the Video Privacy Protection Act, including obtaining explicit, opt-in consent prior to sharing user data with Facebook.</span></div>
</blockquote>
<div><!--more-->Advertising</div>
<div>
<blockquote>
<div><em>Advertising Account : <strong><span style="font-weight: normal;">The advertising account you would like to associate with the application. Please enter the email address you used when creating this account on Facebook.</span></strong></em></div>
</blockquote>
<div><span style="font-weight: normal;">for further questions please feel free to leave a comment or contact me..! In next tutorials i will start to explain how to make a simple page on your application canvas.</span></div>
</div>
<p></strong></div>
</div>
<p></span></div>
<p></span></div>
<p></em></p>
<p></strong></p>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;bmtitle=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;Title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;Title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;n=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;d=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;name=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;description=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;desc=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;description=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;desc=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;type=Article&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;srcUrl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;srcTitle=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;snippet=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;text=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C+-+http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&quot;+-+from+http://sl.ly/b286d" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;summary=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Tutorial-Application%20Settings%28Connect%2CWidgets%20%26%20Advanced%29%22&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;u_data[name]=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;bm_description=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;n=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;h=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;T=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;b=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;du=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;cn=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29+-+http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;selection=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;format=microclip&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/+&quot;Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/ %0D%0A%0D%0A Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-connect-wigets%2F&amp;t=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29+-+http://sl.ly/b286d&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-connect-wigets%2F&amp;desc=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;title=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;submitHeadline=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;submitSummary=Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20%22Settings%20for%20application%22%20tab%20dsecription..in%20which%20i%20have%20already%20described%20in%20detail%20the%C2%A0Canvas%20and%20Profiles%20tab%20and%20Basic%20and%20Authentication%20tab.%0D%0A%0D%0ASettings%20%3A%20Connect%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%0D%0AFacebook%20C" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/&amp;lname=Facebook+Tutorial-Application+Settings%28Connect%2CWidgets+%26+Advanced%29" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=75&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li><li>Sunday, October 4th 2009 -- <a href="http://blog.apnafundaz.com/2009/10/orkut-promote-get-yourself-or-blog-promoted-for-free/" title="Orkut Promote : Get yourself or blog Promoted for free">Orkut Promote : Get yourself or blog Promoted for free</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Tutorial &#8211; Application Settings(Profile &amp; Canvas)</title>
		<link>http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/</link>
		<comments>http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 08:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=70</guid>
		<description><![CDATA[Continuing on my description of &#8220;Settings for Application&#8221; . I have already described in detail of how to Register for a new facebook application and application settings of Basic and Authentication Settings : Profiles Profile Tab Tab Name The label for your application tab on a profile. Tab URL http://apps.facebook.com/mk-quiz-drama/ Facebook pulls content for your [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-canvas-profile%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-canvas-profile%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Continuing on my description of <strong>&#8220;</strong><strong>Settings for Application&#8221; . </strong>I have already described in detail of how to <strong><a title="Facebook Application Tutorial-Create New Application" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-tutorial/">Register for a new facebook</a></strong><strong> application</strong> and application settings of <strong><a title="Facebook Application Settings-Basic and Authentication" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-settings-basic-authentication/">Basic and Authentication</a></strong></p>
<p><strong><span id="more-70"></span>Settings : Profiles</strong></p>
<p><strong><!--more--></strong></p>
<p><strong>Profile Tab</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Tab Name</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>The label for your application tab on a profile.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Tab URL</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">http://apps.facebook.com/mk-quiz-drama/<span style="white-space: pre;"> </span>Facebook pulls content for your tab from this URL, which must be relative to your canvas page.</div>
<blockquote>
<div><em><strong>Tab Name </strong></em><em>:<span style="white-space: pre;"> </span><strong><span style="font-weight: normal;">The label for your application tab on a profile.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
<div><em><strong>Tab URL</strong></em><em> : <strong><span style="font-weight: normal;">Facebook pulls content for your tab from this URL, which must be relative to your canvas page.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
</blockquote>
<div><em><strong><span style="font-weight: normal;"></p>
<div><strong><!--more--></strong></div>
<div><strong>Profile Box</strong></div>
<blockquote>
<div><strong><em>Default Column</em></strong><span style="white-space: pre;"> </span>: Wide or Narrow &#8211; Where your profile box initially appears. Users can move the box elsewhere on the profile.</div>
</blockquote>
<div>
<div><!--more--><strong> </strong></div>
<div><strong>Info Section</strong></div>
<blockquote>
<div><strong><em>Information Update Callback URL : <span style="font-style: normal; font-weight: normal;">Facebook pings this URL when a user changes data in your application&#8217;s info section on their profile.</span></em></strong></div>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><br />
</span></em></strong></div>
</blockquote>
<div><strong><!--more--></strong></div>
<div><strong>Profile Publisher</strong></div>
<div><strong></p>
<blockquote>
<div><em>Publish Text : <strong><span style="font-weight: normal;">The label for your application&#8217;s Publisher link for creating content on a friend&#8217;s profile. Examples: Update Status, Share Link, Add Photos. You can use your application&#8217;s name.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
<div><em>Publish Callback URL :<span style="white-space: pre;"> </span><strong><span style="font-weight: normal;">Facebook pulls the content for your users&#8217; friends&#8217; Publisher interface from here.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
<div><em>Self-Publish Text : <strong><span style="font-weight: normal;">The label for your application&#8217;s Publisher link for creating content on a user&#8217;s own profile. Examples: Update Status, Share Link, Add Photos. You can use your application&#8217;s name.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
<div><em>Self-Publish Callback URL : <strong><span style="font-weight: normal;">Facebook pulls the content for your users&#8217; Publisher interface from here.</span></strong></em></div>
<div><span style="font-weight: normal;"><br />
</span></div>
</blockquote>
<div><!--more-->Facebook Page Administration</div>
<div>
<blockquote>
<div><em>Edit URL :<strong><span style="white-space: pre;"><span style="font-weight: normal;"> </span></span><span style="font-weight: normal;">Page Administrators should be able to edit application settings at this URL.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
</blockquote>
</div>
<div><!--more-->Settings : Canvas</div>
<div></div>
<div>
<div><!--more--></div>
<div>Required URLs</div>
<blockquote>
<div><em>Canvas Page URL : <strong><span style="font-weight: normal;">The base URL for your canvas pages on Facebook.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
<div><em>Canvas Callback URL : <strong><span style="font-weight: normal;">Facebook pulls the content for your application&#8217;s canvas pages from this URL.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
</blockquote>
<div><!--more--></div>
<div>Optional URLs</div>
</div>
<div>
<blockquote>
<div><em>Bookmark URL </em>: <span style="font-weight: normal;">The URL to load when a user clicks your application&#8217;s bookmark. If left blank, this field defaults to the Canvas Page URL.</span></div>
<div><span style="font-weight: normal;"><br />
</span></div>
<div><em>Post-Authorize Redirect URL : <strong><span style="font-weight: normal;">Where to redirect users when they first authorize your application. If left blank, this field defaults to the Canvas Page URL.</span></strong></em></div>
<div><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></div>
</blockquote>
<div><em><strong><span style="font-weight: normal;"></p>
<div><strong><!--more--></strong></div>
<div><strong>Canvas Settings</strong></div>
<blockquote>
<div><strong><em>Render Method : </em></strong>IFrame <strong>or</strong> FBML &#8212;  Choose whether you will render your canvas page in an iframe or with FBML. Note that you can use XFBML in an iframe.</div>
<div><strong><em>IFrame Size : </em></strong>Smart size <strong>or</strong> Resizable &#8211; For iframe applications, choose whether you want to smartsize the iframe so it fits in the remaining space on the canvas page, or to make it resizable.</div>
<div><strong><em>Canvas Width : </em></strong>Full width (760px) <strong>or</strong> Old width (646px) &#8211; If you haven&#8217;t updated your canvas pages to the wider width of the new profile, this centers your narrower content on the wider canvas.</div>
<div><strong><em>Quick Transitions : </em></strong>On <strong>or</strong> Off &#8211; Speeds up page transitions on canvas pages by skipping the reload of the Facebook frame.</div>
</blockquote>
<div>will be continued..</div>
<p></span></strong></em></div>
</div>
<p></strong></div>
</div>
<p></span></strong></em></div>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;bmtitle=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;Title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;Title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;n=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;d=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;name=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;description=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;desc=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;description=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;desc=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;type=Article&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;srcUrl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;srcTitle=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;snippet=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;text=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name+-+http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&quot;+-+from+http://sl.ly/d1463" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;summary=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Tutorial%20-%20Application%20Settings%28Profile%20%26%20Canvas%29%22&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;u_data[name]=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;bm_description=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;n=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;h=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;T=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;u=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;b=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;du=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;cn=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29+-+http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;selection=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;format=microclip&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/+&quot;Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/ %0D%0A%0D%0A Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-canvas-profile%2F&amp;t=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29+-+http://sl.ly/d1463&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F08%2Ffacebook-application-settings-canvas-profile%2F&amp;desc=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;title=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;submitHeadline=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;submitSummary=Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29&amp;body=Link: http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20description%20of%20%22Settings%20for%20Application%22%20.%20I%20have%20already%20described%20in%20detail%20of%20how%20to%20Register%20for%20a%20new%20facebook%20application%20and%20application%20settings%20of%20Basic%20and%20Authentication%0D%0A%0D%0ASettings%20%3A%20Profiles%0D%0A%0D%0A%0D%0A%0D%0AProfile%20Tab%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0A%0D%0A%20%0D%0ATab%20Name" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/&amp;lname=Facebook+Tutorial+-+Application+Settings%28Profile+%26+Canvas%29" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=70&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li><li>Sunday, October 4th 2009 -- <a href="http://blog.apnafundaz.com/2009/10/orkut-promote-get-yourself-or-blog-promoted-for-free/" title="Orkut Promote : Get yourself or blog Promoted for free">Orkut Promote : Get yourself or blog Promoted for free</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Tutorial – Application Settings(Basic &amp; Authentication)</title>
		<link>http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/</link>
		<comments>http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 14:55:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=61</guid>
		<description><![CDATA[Continuing on my first facebook tutorial,which was just a mere begining on to get things started, i would like to move to a more basic but important aspect of facebook application development. Application settings Yes application settings..! I used to wonder..that why do facebook want so many information about our application..?? But..it wasn&#8217;t for facebook..it [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-tutorial-%25e2%2580%2593-application-settingsbasic-authentication%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-tutorial-%25e2%2580%2593-application-settingsbasic-authentication%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Continuing on <a title="Facebook Application Tutorial" href="http://www.blog.apnafundaz.com/2009/07/facebook-application-tutorial/">my first facebook tutorial</a>,which was just a mere begining on to get things started, i would like to move to a more basic but important aspect of facebook application development.</p>
<p><strong>Application settings </strong></p>
<p>Yes application settings..! I used to wonder..that why do facebook want so many information about our application..?? But..it wasn&#8217;t for facebook..it is for us..!!</p>
<p>I&#8217;ll try to explain every setting in detail to give you a better idea of how your application would behave if you. You can then modify these settings to make your application work the way you want it..!!</p>
<p><strong><span id="more-61"></span>Application settings : Basic</strong></p>
<p><!--more--><strong><strong><em>Essential Information</em></strong></strong></p>
<div><strong> </strong></div>
<p><strong> </strong></p>
<p><strong> </strong></p>
<blockquote><p><em><strong><em>Application Name</em> :<span style="white-space: pre;"> </span><span style="font-weight: normal;">Cannot contain Facebook trademarks or have a name that can be confused with an application built by Facebook.</span></strong></em></p>
<p><em><strong>Application ID</strong></em> : <span style="font-weight: normal;">ID of your application given by facebook. It&#8217;s like username of your application.</span></p>
<p><em><strong>API Key</strong></em> :<span style="white-space: pre;"> </span><span style="font-weight: normal;">Your public API key. API is <span style="font-family: sans-serif, 'Times New Roman', 'Bitstream Charter', Times, serif;">an <strong>Application Programming Interface,</strong> an interface that defines the ways by which an application program may request services from libraries and/or operating systems.</span></span></p>
<p><em><strong>Secret</strong></em><span style="white-space: pre;"> </span>: <span style="font-weight: normal;">Do not share your secret key with anyone. It&#8217;s like password for your application.</span></p>
<p><span style="font-weight: normal;"><br />
</span></p></blockquote>
<p><span style="font-weight: normal;"><strong><!--more-->Basic Information</strong></span></p>
<blockquote><p><span style="font-weight: normal;"><strong><em><strong>Description</strong> : <span style="font-style: normal; font-weight: normal;">The plaintext description of your application.</span></em></strong></span></p>
<p><span style="font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><strong><em>Icon</em></strong><span style="white-space: pre;"> </span>: The image that appears next to your application name throughout Facebook. Size Limit : 16&#215;16 px</span></em></strong></span></p>
<p><span style="font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><strong><em>Logo</em></strong><span style="white-space: pre;"> </span>: The image that appears in the Application Directory and with your requests. Size Limit : 75&#215;75 px</span></em></strong></span></p>
<p><span style="font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><strong><em>Language :</em></strong> The native language of your application. Facebook supports many other langugaes than english.</span></em></strong></span></p>
<p><span style="font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><strong><em>Developers</em></strong><strong><em> : <span style="font-style: normal; font-weight: normal;">Developers can edit this application and see it in sandbox mode. These names also appear on your application&#8217;s Application Profile.</span></em></strong></span></em></strong></span></p></blockquote>
<p><span style="font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><strong><em><span style="font-style: normal; font-weight: normal;"><br />
</span></em></strong></span></em></strong></span></p>
<blockquote><p><span style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;"><span style="font-weight: normal; line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: small;"> </span></span></p></blockquote>
<div><span style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;"><span style="font-weight: normal; line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: small;"> </span></span></p>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><strong><!--more-->Contact Information</strong></span></em></strong></div>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><strong></p>
<blockquote><p><strong><em>Developer Contact Email : <span style="font-style: normal; font-weight: normal;">The email address where Facebook can contact you.</span></em></strong></p></blockquote>
<blockquote><p><strong>User Support Address<span style="white-space: pre;"> </span></strong><strong>: <span style="font-weight: normal;">The address where users can contact you about your application. You can enter an email address or an absolute URL.</span></strong></p>
<p><strong><span style="font-weight: normal;"><br />
</span></strong></p></blockquote>
<p><strong><em><span style="font-style: normal; font-weight: normal;"> </span></em></strong></p>
<p></strong></span></em></strong></div>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><span style="font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;"><span style="font-weight: normal; line-height: normal; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: small;"> </span></span></span></em></strong></p>
<div><strong><span style="font-weight: normal;"><strong><!--more-->User-Facing URLs</strong></span></strong></div>
<blockquote><p><strong><span style="font-weight: normal;"><em><strong>Help URL</strong> : <span style="font-style: normal; font-weight: normal;">The absolute URL to your application&#8217;s user help page.</span></em></span></strong></p>
<p><strong><span style="font-weight: normal;"><em><span style="font-style: normal; font-weight: normal;"><strong><em>Privacy URL : </em></strong><span style="font-style: normal; font-weight: normal;">The absolute URL to your application&#8217;s privacy settings page.</span></span></em></span></strong><strong><span style="font-weight: normal;"> </span></strong></p>
<div><strong><em><span style="font-style: normal; font-weight: normal;"><strong> </strong></span></em></strong></div>
<p><strong><em>Terms of Service URL : <span style="font-style: normal; font-weight: normal;">The absolute URL to your application&#8217;s terms of service.</span></em></strong></p></blockquote>
<div><em><span style="font-style: normal;"><strong><!--more-->Application settings : Authentication</strong></span></em></div>
<div><em><span style="font-style: normal;"><strong><br />
</strong></span></em></div>
<div><em><span style="font-style: normal;"><strong> </strong></span></em></div>
<div><em><span style="font-style: normal;"><strong><!--more--></strong></span></em></div>
<div><em><span style="font-style: normal;"><strong>Authentication Settings</strong></span></em></div>
<blockquote>
<div><em><span style="font-style: normal;"><strong><em><strong><em>Installable to? : </em><span style="font-weight: normal;">Which types of Facebook profile can your application be installed to? It can be installed to either facebook pages or users.</span></strong></em></strong></span></em></div>
<div><em><span style="font-style: normal;"><strong><em><strong><span style="font-weight: normal;"><br />
</span></strong></em></strong></span></em></div>
</blockquote>
<div><em><span style="font-style: normal;"><strong><em><strong> </strong></em></strong></span></em><strong><!--more-->Authentication Callback URLs</strong></div>
<blockquote><p><em><strong>Post-Authorize Callback URL</strong> :<span style="white-space: pre;"> </span><strong><span style="font-weight: normal;">Facebook pings this URL when a user first authorizes your application.Cannot be a Facebook-framed page. When a user allows or authenticates your application you can redirect the user to a new location or page using this parameter. It can be used as a greeting page to welcome user to your application.</span></strong></em></p>
<p><span style="white-space: pre;"><em><strong>Post-Remove Callback URL</strong> : </em></span><span style="font-weight: normal;">Facebook pings this URL when a user removes your application.Cannot be a Facebook-framed page.When a user removes or uninstall your application you can redirect the user to a new location or page using this parameter. It can be used for removing users database information and greeting them goodbye.</span></p></blockquote>
<p><span style="font-weight: normal;">Will be continued..</span><strong><em><span style="font-style: normal; font-weight: normal;">.</span></em></strong></div>
</div>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;bmtitle=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;Title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;Title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;n=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;d=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;name=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;description=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-–-application-settingsbasic-authentication/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;desc=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;description=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;desc=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;link=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;type=Article&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;srcUrl=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;srcTitle=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;snippet=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;text=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many+-+http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&quot;+-+from+http://sl.ly/90fa7" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;summary=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Tutorial%20%E2%80%93%20Application%20Settings%28Basic%20%26%20Authentication%29%22&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;u_data[name]=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;bm_description=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;n=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;h=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;T=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;u=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;b=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;du=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;cn=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29+-+http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;selection=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;format=microclip&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/+&quot;Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/ %0D%0A%0D%0A Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-tutorial-%25e2%2580%2593-application-settingsbasic-authentication%2F&amp;t=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29+-+http://sl.ly/90fa7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-tutorial-%25e2%2580%2593-application-settingsbasic-authentication%2F&amp;desc=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;title=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;submitHeadline=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;submitSummary=Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Continuing%20on%20my%20first%20facebook%20tutorial%2Cwhich%20was%20just%20a%20mere%20begining%20on%20to%20get%20things%20started%2C%20i%20would%20like%20to%20move%20to%20a%20more%20basic%20but%20important%20aspect%20of%20facebook%20application%20development.%0D%0A%0D%0AApplication%20settings%20%0D%0A%0D%0AYes%20application%20settings..%21%20I%20used%20to%20wonder..that%20why%20do%20facebook%20want%20so%20many" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/&amp;lname=Facebook+Tutorial+%E2%80%93+Application+Settings%28Basic+%26+Authentication%29" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=61&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li><li>Sunday, October 4th 2009 -- <a href="http://blog.apnafundaz.com/2009/10/orkut-promote-get-yourself-or-blog-promoted-for-free/" title="Orkut Promote : Get yourself or blog Promoted for free">Orkut Promote : Get yourself or blog Promoted for free</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Facebook Application-Tutorial</title>
		<link>http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/</link>
		<comments>http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 13:50:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Developer]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=52</guid>
		<description><![CDATA[Well looking forward to Facebook Developer Contest India i decided to write a tutorial about basic development of facebook applications including FBML and other languages required to build a basic facebook application. It is very difficult to find a tutorial for developing a facebook application. And developers might be knowing how usefull the facebook developer [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-application-tutorial%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-application-tutorial%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Well looking forward to <a title="Fabook Developer Contest India" href="http://www.blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" target="_self">Facebook Developer Contest India</a> i decided to write a tutorial about basic development of facebook applications including FBML and other languages required to build a basic facebook application.</p>
<p>It is very difficult to find a tutorial for developing a facebook application. And developers might be knowing how usefull the <a title="Facebook Developer Wiki" href="http://wiki.developers.facebook.com/index.php/Main_Page" target="_self">facebook developer wiki</a> is..for the newbies. Atlest i found it extremly hard to find a good tutorial over the internet using FBML. There are a few which describes you to develop your application using javascrpits..[ I will pos the links of those once i find them..again..! <img src='http://blog.apnafundaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ]. watever it might be..be sure to get a good tutorial for developing facebook application [ and some help to those who already started their way to develop a great application <img src='http://blog.apnafundaz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ].  So if you  want to develop a application on facebook for monetising or even garnishing your developers skills..you are at the right place..!!</p>
<p>With Facebook Developer Contest India ahead of us..i would like to invite every developer and make a good platform to discuss all their problems and solutions here! At the end of it i promise to give away the full source code of a very professional application on facebook.</p>
<p>I&#8217;ll show how to build a facebook application from scratch!! I&#8217;ll begin from the very basic of installing facebook developer to your facebook account and registering a application.</p>
<p><strong>Registering a Application on Facebook</strong></p>
<ul>
<li><strong>Login to <a title="Facebook Login" href="http://www.facebook.com/" target="_self">Facebook</a></strong></li>
</ul>
<p style="text-align: center;"><a href="http://www.facebook.com/"><img class="size-thumbnail wp-image-53 aligncenter" title="Facebook-Login" src="http://www.blog.apnafundaz.com/wp-content/Bloguploads/Facebook-Login.PNG" alt="Facebook Login" width="461" height="180" /></a></p>
<ul>
<li><strong>Install the <a title="Facebook Developer Applicaton" href="http://www.facebook.com/developers" target="_self">Facebook Developer Application</a></strong></li>
</ul>
<p style="text-align: center;"><a href="http://www.facebook.com/developers/"><img class="size-thumbnail wp-image-54 aligncenter" title="Facebook Developer Application" src="http://www.blog.apnafundaz.com/wp-content/Bloguploads/Facebook Developer Application.PNG" alt="Facebook Developer Application" /></a></p>
<ul>
<li><strong>Click &#8220;Allow&#8221;</strong></li>
<li><strong>Now that you have set up Facebook Developer you can now set up new applications using <a title="Set Up New Application" href="http://www.facebook.com/developers/createapp.php" target="_self">Set Up New Application Tab</a></strong></li>
</ul>
<p style="text-align: center;"><a href="http://www.facebook.com/developers/createapp.php"><img class="size-thumbnail wp-image-55 aligncenter" title="Set Up New Facebook Application" src="http://www.blog.apnafundaz.com/wp-content/Bloguploads/Set Up New Facebook Application.PNG" alt="Set Up New Facebook Application" /></a></p>
<ul>
<li><strong>Chosse your Application Name and agree to facebook terms and conditions </strong>( And please spare some time to read the ToS cause thats usefull in further application development ).</li>
</ul>
<p style="text-align: center;"><a href="http://www.facebook.com/developers/apps.php?"><img class="size-thumbnail wp-image-56 aligncenter" title="Create New Facebook Application" src="http://www.blog.apnafundaz.com/wp-content/Bloguploads/Create New Facebook Application.PNG" alt="Create New Facebook Application" /></a></p>
<ul>
<li><strong>Voila!! Thats it..! We are done with our first step.</strong></li>
</ul>
<p>Well that might seem too easy..but that was a basic step..you had to take..!and as i told, i&#8217;ll strat it from a scratch. Next tutorial will be important as i&#8217;ll be describing various settings present in you newly created application.</p>
<p><strong>Note</strong>: Images Courtesy Facebook.</p>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;bmtitle=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;Title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;Title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;n=Facebook+Application-Tutorial&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;t=Facebook+Application-Tutorial&amp;d=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;name=Facebook+Application-Tutorial&amp;description=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;body=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;desc=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;description=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;desc=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;t=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Application-Tutorial&amp;link=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;type=Article&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Application-Tutorial&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;srcUrl=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;srcTitle=Facebook+Application-Tutorial&amp;snippet=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;t=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Application-Tutorial&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Application-Tutorial&amp;text=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.+-+http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Application-Tutorial&quot;+-+from+http://sl.ly/00ecb" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;summary=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Application-Tutorial%22&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;u_data[name]=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;bm_description=Facebook+Application-Tutorial&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;n=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;t=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Application-Tutorial&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;h=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;T=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Application-Tutorial&amp;u=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;b=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Application-Tutorial&amp;du=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;cn=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;body=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Application-Tutorial+-+http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;selection=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;format=microclip&amp;title=Facebook+Application-Tutorial&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Application-Tutorial&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/+&quot;Facebook+Application-Tutorial&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/ %0D%0A%0D%0A Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-application-tutorial%2F&amp;t=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Application-Tutorial+-+http://sl.ly/00ecb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Application-Tutorial&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-application-tutorial%2F&amp;desc=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial&amp;body=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;title=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;submitHeadline=Facebook+Application-Tutorial&amp;submitSummary=Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application.&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Application-Tutorial&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Well%20looking%20forward%20to%20Facebook%20Developer%20Contest%20India%20i%20decided%20to%20write%20a%20tutorial%20about%20basic%20development%20of%20facebook%20applications%20including%20FBML%20and%20other%20languages%20required%20to%20build%20a%20basic%20facebook%20application.%0D%0A%0D%0AIt%20is%20very%20difficult%20to%20find%20a%20tutorial%20for%20developing%20a%20facebook%20application." rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/&amp;lname=Facebook+Application-Tutorial" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=52&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" title="Facebook Developer Contest India">Facebook Developer Contest India</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Facebook Developer Contest India</title>
		<link>http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/</link>
		<comments>http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/#comments</comments>
		<pubDate>Sun, 19 Jul 2009 08:03:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Notice]]></category>

		<guid isPermaLink="false">http://www.blog.apnafundaz.com/?p=37</guid>
		<description><![CDATA[Yes..facebook is having a developer contest in India and for Indians only!! Comm&#8217;on guys..show what indians can do..lets make a beautiful and powerfull(as India is..:)) application that will rock over. Are you a passionate developer residing in India? Do you want to create applications for Facebook? Do you want to integrate your website with the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-developer-contest-india%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-developer-contest-india%2F&amp;source=Manishalexin&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>Yes..facebook is having a developer contest in India and for Indians only!!</strong></p>
<p><strong><span style="font-weight: normal;">Comm&#8217;on guys..show what indians can do..lets make a beautiful and powerfull(as India is..:)) application that will rock over.</span></strong></p>
<div class="wp-caption alignleft" style="width: 197px"><a href="http://www.facebook.com/developercontestindia"><img class="   " title="Facebook Developer Contest India" src="http://profile.ak.fbcdn.net/object3/1580/121/n171942265482_3455.jpg" alt="Facebook Developer Contest India" width="187" height="233" /></a><p class="wp-caption-text">Facebook Developer Contest India</p></div>
<p><strong><span style="font-weight: normal;">Are you a passionate developer residing in India? Do you want to create applications for Facebook? Do you want to integrate your website with the Facebook Platform using Facebook Connect? This is your chance to do it and you could win exciting prizes for it too!</span></strong></p>
<p><strong><span style="font-weight: normal;">Facebook announces the first ever Facebook Developer Contest – India! While we know that there are developers all over the world who would love to participate in the contest, this is a special one for those who are residents of India. There are two categories in the contest – Facebook Apps and Facebook Connect Integrations. Submit your entry anytime from now to Sep 11th 2009. There are cool prizes to be won &#8211; three prize winners in each of the two contest categories will receive cash awards!</span></strong></p>
<p><strong>Now that you have read all this, we guess that you interested in participating! Just follow these three steps: –<br />
1.	Please read the official contest rules at  <a style="cursor: pointer; color: #3b5998; text-decoration: none;" onmousedown="return wait_for_load(this, event, function() { UntrustedLink.bootstrap($(this), &quot;257941fbb79a1574b7d06c6fdcfcb00f&quot;, event) });" rel="nofollow" href="http://www.facebook.com/developercontestindia#/developercontestindia?v=app_4949752878" target="_blank">http://www.facebook.com/developercontestindia#/developercontestindia?v=app_4949752878</a><br />
2.	Create your Facebook app or integrate your site with Facebook Connect<br />
3.	Submit your entry and accept the official contest rules before Sep 10th 2009 at  <a style="cursor: pointer; color: #3b5998; text-decoration: none;" onmousedown="return wait_for_load(this, event, function() { UntrustedLink.bootstrap($(this), &quot;257941fbb79a1574b7d06c6fdcfcb00f&quot;, event) });" rel="nofollow" href="http://www.facebook.com/developercontestindia?v=app_137259726392&amp;viewas=553585994" target="_blank">http://www.facebook.com/developercontestindia?v=app_137259726392&amp;viewas=553585994</a></strong></p>
<p><strong> </strong></p>
<p><strong>Yes, that’s it!</strong></p>
<p><strong>Note: </strong>The Contest begins at 12:30:01 pm Indian Standard Time on July 2, 2009 and ends at 11:29:59 am Indian Standard Time on September 11, 2009. Contest open only to legal residents of India who are over the age of 16 at the time of entry. No purchase necessary.</p>
<p><strong>See Official Rules for full terms and conditions</strong> at  <a style="cursor: pointer; color: #3b5998; text-decoration: underline;" onmousedown="return wait_for_load(this, event, function() { UntrustedLink.bootstrap($(this), &quot;257941fbb79a1574b7d06c6fdcfcb00f&quot;, event) });" rel="nofollow" href="http://www.facebook.com/developercontestindia#/developercontestindia?v=app_4949752878" target="_blank">http://www.facebook.com/developercontestindia#/developercontestindia?v=app_4949752878</a> .</p>
<p>Extracts and images are taken from <a title="Facebook Developer Contest-India" href="http://www.facebook.com/developercontestindia" target="_self">Developer contest India Page</a> .</p>
<div id="myboxwrapper"><div id="myboxleft">
<Script Language="JavaScript">
q=get_ref();
document.writeln("<strong>You Came Here Searching for :</strong> <h3>'" , q ,"'</h3>");
document.writeln("</br> <strong>Find Exactly what you are looking for using this customized Search :</strong>");
</script>
</div>


<div id="myboxright">
sdfkjsdfkhslfhiehsl
</div>
<div class="clearboth"></div>

</div>



<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-shr">
<ul class="socials">
		<li class="shr-100zakladok">
			<a href="http://www.100zakladok.ru/save/?bmurl=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;bmtitle=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to 100 bookmarks">Add this to 100 bookmarks</a>
		</li>
		<li class="shr-bebo">
			<a href="http://www.bebo.com/c/share?Url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;Title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Bebo">Share this on Bebo</a>
		</li>
		<li class="shr-bitacoras">
			<a href="http://bitacoras.com/anotaciones/http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this to Bitacoras">Submit this to Bitacoras</a>
		</li>
		<li class="shr-blinklist">
			<a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;Title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Blinklist">Share this on Blinklist</a>
		</li>
		<li class="shr-blogengage">
			<a href="http://www.blogengage.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Engage with this article!">Engage with this article!</a>
		</li>
		<li class="shr-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;n=Facebook+Developer+Contest+India&amp;pli=1" rel="nofollow" class="external" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
		<li class="shr-blogmarks">
			<a href="http://blogmarks.net/my/new.php?mini=1&amp;simple=1&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Mark this on BlogMarks">Mark this on BlogMarks</a>
		</li>
		<li class="shr-bobrdobr">
			<a href="http://bobrdobr.ru/addext.html?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on BobrDobr">Share this on BobrDobr</a>
		</li>
		<li class="shr-bonzobox">
			<a href="http://bonzobox.com/toolbar/add?pop=1&amp;u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;t=Facebook+Developer+Contest+India&amp;d=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Add this to BonzoBox">Add this to BonzoBox</a>
		</li>
		<li class="shr-boxnet">
			<a href="https://www.box.net/api/1.0/import?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;name=Facebook+Developer+Contest+India&amp;description=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for&amp;import_as=link" rel="nofollow" class="external" title="Add this link to Box.net">Add this link to Box.net</a>
		</li>
		<li class="shr-buzzster">
			<a href="javascript:var%20s=document.createElement('script');s.src='http://www.buzzster.com/javascripts/bzz_adv.js';s.type='text/javascript';void(document.getElementsByTagName('head')[0].appendChild(s));" rel="nofollow" title="Share this via Buzzster!">Share this via Buzzster!</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-current">
			<a href="http://current.com/clipper.htm?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Post this to Current">Post this to Current</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-designbump">
			<a href="http://designbump.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;body=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Bump this on DesignBump">Bump this on DesignBump</a>
		</li>
		<li class="shr-designfloat">
			<a href="http://www.designfloat.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit this to DesignFloat">Submit this to DesignFloat</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-diigo">
			<a href="http://www.diigo.com/post?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;desc=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Post this on Diigo">Post this on Diigo</a>
		</li>
		<li class="shr-dzone">
			<a href="http://www.dzone.com/links/add.html?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;description=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Add this to DZone">Add this to DZone</a>
		</li>
		<li class="shr-ekudos">
			<a href="http://www.ekudos.nl/artikel/nieuw?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;desc=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Submit this to eKudos">Submit this to eKudos</a>
		</li>
		<li class="shr-evernote">
			<a href="http://www.evernote.com/clip.action?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Clip this to Evernote">Clip this to Evernote</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;t=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-faqpal">
			<a href="http://www.faqpal.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this to FAQpal">Submit this to FAQpal</a>
		</li>
		<li class="shr-fleck">
			<a href="" rel="nofollow" class="external" title=""></a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Facebook+Developer+Contest+India&amp;link=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-fwisp">
			<a href="http://fwisp.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on Fwisp">Share this on Fwisp</a>
		</li>
		<li class="shr-globalgrind">
			<a href="http://globalgrind.com/submission/submit.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;type=Article&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Grind this! on Global Grind">Grind this! on Global Grind</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Facebook+Developer+Contest+India&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-googlebookmarks">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-googlereader">
			<a href="http://www.google.com/reader/link?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;srcUrl=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;srcTitle=Facebook+Developer+Contest+India&amp;snippet=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a>
		</li>
		<li class="shr-hackernews">
			<a href="http://news.ycombinator.com/submitlink?u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;t=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit this to Hacker News">Submit this to Hacker News</a>
		</li>
		<li class="shr-hatena">
			<a href="http://b.hatena.ne.jp/add?mode=confirm&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Bookmarks this on Hatena Bookmarks">Bookmarks this on Hatena Bookmarks</a>
		</li>
		<li class="shr-hotmail">
			<a href="http://mail.live.com/?rru=compose?subject=Facebook+Developer+Contest+India&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Email this via Hotmail">Email this via Hotmail</a>
		</li>
		<li class="shr-hyves">
			<a href="http://www.hyves.nl/profilemanage/add/tips/?name=Facebook+Developer+Contest+India&amp;text=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for+-+http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;rating=5" rel="nofollow" class="external" title="Share this on Hyves">Share this on Hyves</a>
		</li>
		<li class="shr-identica">
			<a href="http://identi.ca//index.php?action=newnotice&amp;status_textarea=Reading:+&quot;Facebook+Developer+Contest+India&quot;+-+from+http://sl.ly/e89d7" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a>
		</li>
		<li class="shr-izeby">
			<a href="http://izeby.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Add this to Izeby">Add this to Izeby</a>
		</li>
		<li class="shr-jumptags">
			<a href="http://www.jumptags.com/add/?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit this link to JumpTags">Submit this link to JumpTags</a>
		</li>
		<li class="shr-kaevur">
			<a href="http://kaevur.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on Kaevur">Share this on Kaevur</a>
		</li>
		<li class="shr-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;summary=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for&amp;source=Fools Garden" rel="nofollow" class="external" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
		<li class="shr-mail">
			<a href="mailto:?subject=%22Facebook%20Developer%20Contest%20India%22&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="shr-memoryru">
			<a href="http://memori.ru/link/?sm=1&amp;u_data[url]=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;u_data[name]=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Memory.ru">Add this to Memory.ru</a>
		</li>
		<li class="shr-meneame">
			<a href="http://meneame.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this to Meneame">Submit this to Meneame</a>
		</li>
		<li class="shr-misterwong">
			<a href="http://www.mister-wong.com/addurl/?bm_url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;bm_description=Facebook+Developer+Contest+India&amp;plugin=sexybookmarks" rel="nofollow" class="external" title="Add this to Mister Wong">Add this to Mister Wong</a>
		</li>
		<li class="shr-mixx">
			<a href="http://www.mixx.com/submit?page_url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Mixx">Share this on Mixx</a>
		</li>
		<li class="shr-moemesto">
			<a href="http://moemesto.ru/post.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to MyPlace">Add this to MyPlace</a>
		</li>
		<li class="shr-mylinkvault">
			<a href="http://www.mylinkvault.com/link-page.php?u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;n=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Store this link on MyLinkVault">Store this link on MyLinkVault</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;t=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-n4g">
			<a href="http://www.n4g.com/tips.aspx?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit tip to N4G">Submit tip to N4G</a>
		</li>
		<li class="shr-netvibes">
			<a href="http://www.netvibes.com/share?title=Facebook+Developer+Contest+India&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a>
		</li>
		<li class="shr-netvouz">
			<a href="http://www.netvouz.com/action/submitBookmark?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;popup=no" rel="nofollow" class="external" title="Submit this to Netvouz">Submit this to Netvouz</a>
		</li>
		<li class="shr-newsvine">
			<a href="http://www.newsvine.com/_tools/seed&amp;save?u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;h=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Seed this on Newsvine">Seed this on Newsvine</a>
		</li>
		<li class="shr-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;T=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="shr-nujij">
			<a href="http://nujij.nl/jij.lynkx?t=Facebook+Developer+Contest+India&amp;u=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;b=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Submit this to NUjij">Submit this to NUjij</a>
		</li>
		<li class="shr-oknotizie">
			<a href="http://oknotizie.virgilio.it/post?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on OkNotizie">Share this on OkNotizie</a>
		</li>
		<li class="shr-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Facebook+Developer+Contest+India&amp;du=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;cn=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
		<li class="shr-pfbuzz">
			<a href="http://pfbuzz.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on PFBuzz">Share this on PFBuzz</a>
		</li>
		<li class="shr-pingfm">
			<a href="http://ping.fm/ref/?link=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;body=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
		<li class="shr-plaxo">
			<a href="http://www.plaxo.com/?share_link=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on Plaxo">Share this on Plaxo</a>
		</li>
		<li class="shr-plurk">
			<a href="http://www.plurk.com/m?content=Facebook+Developer+Contest+India+-+http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;qualifier=shares" rel="nofollow" class="external" title="Share this on Plurk">Share this on Plurk</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;selection=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-printfriendly">
			<a href="http://www.printfriendly.com/print?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Send this page to Print Friendly">Send this page to Print Friendly</a>
		</li>
		<li class="shr-propeller">
			<a href="http://www.propeller.com/submit/?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this story to Propeller">Submit this story to Propeller</a>
		</li>
		<li class="shr-pusha">
			<a href="http://www.pusha.se/posta?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Push this on Pusha">Push this on Pusha</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-scriptstyle">
			<a href="http://scriptandstyle.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit this to Script &amp; Style">Submit this to Script &amp; Style</a>
		</li>
		<li class="shr-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
		<li class="shr-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
		<li class="shr-springpad">
			<a href="http://springpadit.com/clip.action?body=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;format=microclip&amp;title=Facebook+Developer+Contest+India&amp;isSelected=true" rel="nofollow" class="external" title="Spring this on SpringPad">Spring this on SpringPad</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-strands">
			<a href="http://www.strands.com/tools/share/webpage?title=Facebook+Developer+Contest+India&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Submit this to Strands">Submit this to Strands</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-stumpedia">
			<a href="http://www.stumpedia.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Stumpedia">Add this to Stumpedia</a>
		</li>
		<li class="shr-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/+&quot;Facebook+Developer+Contest+India&quot;&amp;source=shareaholic" rel="nofollow" class="external" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="shr-tipd">
			<a href="http://tipd.com/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Share this on Tipd">Share this on Tipd</a>
		</li>
		<li class="shr-tomuse">
			<a href="mailto:tips@tomuse.com?subject=New+tip+submitted+via+the+SexyBookmarks+Plugin%21&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/ %0D%0A%0D%0A Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Suggest this article to ToMuse">Suggest this article to ToMuse</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-developer-contest-india%2F&amp;t=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Facebook+Developer+Contest+India+-+http://sl.ly/e89d7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-twittley">
			<a href="http://twittley.com/submit/?title=Facebook+Developer+Contest+India&amp;url=http%3A%2F%2Fblog.apnafundaz.com%2F2009%2F07%2Ffacebook-developer-contest-india%2F&amp;desc=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for&amp;pcat=Technology&amp;tags=" rel="nofollow" class="external" title="Submit this to Twittley">Submit this to Twittley</a>
		</li>
		<li class="shr-viadeo">
			<a href="http://www.viadeo.com/shareit/share/?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;urlaffiliate=31138" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a>
		</li>
		<li class="shr-virb">
			<a href="http://virb.com/share?external&amp;v=2&amp;url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Virb">Share this on Virb</a>
		</li>
		<li class="shr-webblend">
			<a href="http://thewebblend.com/submit?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India&amp;body=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Blend this!">Blend this!</a>
		</li>
		<li class="shr-wikio">
			<a href="http://www.wikio.com/sharethis?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Share this on Wikio">Share this on Wikio</a>
		</li>
		<li class="shr-wykop">
			<a href="http://www.wykop.pl/dodaj?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Wykop!">Add this to Wykop!</a>
		</li>
		<li class="shr-xerpi">
			<a href="http://www.xerpi.com/block/add_link_from_extension?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;title=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Save this to Xerpi">Save this to Xerpi</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;submitHeadline=Facebook+Developer+Contest+India&amp;submitSummary=Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Facebook+Developer+Contest+India&amp;body=Link: http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Yes..facebook%20is%20having%20a%20developer%20contest%20in%20India%20and%20for%20Indians%20only%21%21%0D%0A%0D%0AComm%27on%20guys..show%20what%20indians%20can%20do..lets%20make%20a%20beautiful%20and%20powerfull%28as%20India%20is..%3A%29%29%20application%20that%20will%20rock%20over.%0D%0A%0D%0A%0D%0A%0D%0AAre%20you%20a%20passionate%20developer%20residing%20in%20India%3F%20Do%20you%20want%20to%20create%20applications%20for" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/&amp;lname=Facebook+Developer+Contest+India" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
		<li class="shr-zabox">
			<a href="http://www.zabox.net/submit.php?url=http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/" rel="nofollow" class="external" title="Box this on Zabox">Box this on Zabox</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

<img src="http://blog.apnafundaz.com/?ak_action=api_record_view&id=37&type=feed" alt="" /><h3  class="related_post_title">You might also like Like :</h3><ul class="related_post"><li>Wednesday, August 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-hello-world-application/" title="Facebook Hello World Application">Facebook Hello World Application</a> (2)</li><li>Saturday, August 8th 2009 -- <a href="http://blog.apnafundaz.com/2009/08/canvas-callback-page-and-fb_-variables-passed/" title="Canvas callback page and fb_* variables passed">Canvas callback page and fb_* variables passed</a> (1)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-connect-wigets/" title="Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)">Facebook Tutorial-Application Settings(Connect,Widgets &#038; Advanced)</a> (0)</li><li>Sunday, August 2nd 2009 -- <a href="http://blog.apnafundaz.com/2009/08/facebook-application-settings-canvas-profile/" title="Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)">Facebook Tutorial &#8211; Application Settings(Profile &#038; Canvas)</a> (1)</li><li>Friday, July 24th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-tutorial-%e2%80%93-application-settingsbasic-authentication/" title="Facebook Tutorial – Application Settings(Basic &#038; Authentication)">Facebook Tutorial – Application Settings(Basic &#038; Authentication)</a> (2)</li><li>Sunday, July 19th 2009 -- <a href="http://blog.apnafundaz.com/2009/07/facebook-application-tutorial/" title="Facebook Application-Tutorial">Facebook Application-Tutorial</a> (4)</li><li>Monday, September 28th 2009 -- <a href="http://blog.apnafundaz.com/2009/09/iphone-3gs-giveaway-just-tweet-wpwebhost/" title="iPhone 3GS giveaway-Just tweet #wpwebhost">iPhone 3GS giveaway-Just tweet #wpwebhost</a> (1)</li><li>Wednesday, September 9th 2009 -- <a href="http://blog.apnafundaz.com/2009/09/your-chance-to-become-sony-ericsson-satio-pilot/" title="Your Chance to become Sony Ericsson Satio Pilot">Your Chance to become Sony Ericsson Satio Pilot</a> (1)</li><li>Thursday, May 7th 2009 -- <a href="http://blog.apnafundaz.com/2009/05/my-first-post-its-me-manish/" title="MyBlog-Launched!!!">MyBlog-Launched!!!</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.apnafundaz.com/2009/07/facebook-developer-contest-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
