<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Starting your First Facebook App: Demystifying Application Form Field by Field</title>
	<atom:link href="http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/feed" rel="self" type="application/rss+xml" />
	<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/</link>
	<description>The Gruesome Diary of an Online Marketer</description>
	<pubDate>Wed, 07 Jan 2009 00:23:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Bruce Gendler</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2473</link>
		<dc:creator>Bruce Gendler</dc:creator>
		<pubDate>Sat, 20 Dec 2008 23:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2473</guid>
		<description>Thanks.  I came to that realization shortly after posting and reordered the pecking order in my httpd.conf file so index.php was first.

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks.  I came to that realization shortly after posting and reordered the pecking order in my httpd.conf file so index.php was first.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2471</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Sat, 20 Dec 2008 19:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2471</guid>
		<description>Facebook will pick up the "default document" in your folder based upon the default document settings on your web server. So in IIS, the default document pecking order usually looks something like this:

index.html
index.htm
default.html
default.htm
default.aspx

If I have both default.htm and default.aspx sitting in my root folder and my callback url doesn't explicitly say which one to link to, my web server will tell facebook that DEFAULT.HTM is the default document for that path, when what I really want is default.aspx.

As for index.php - if you set that up as a default document on your web server then Facebook will detect it.</description>
		<content:encoded><![CDATA[<p>Facebook will pick up the &#8220;default document&#8221; in your folder based upon the default document settings on your web server. So in IIS, the default document pecking order usually looks something like this:</p>
<p>index.html<br />
index.htm<br />
default.html<br />
default.htm<br />
default.aspx</p>
<p>If I have both default.htm and default.aspx sitting in my root folder and my callback url doesn&#8217;t explicitly say which one to link to, my web server will tell facebook that DEFAULT.HTM is the default document for that path, when what I really want is default.aspx.</p>
<p>As for index.php - if you set that up as a default document on your web server then Facebook will detect it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Gendler</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2467</link>
		<dc:creator>Bruce Gendler</dc:creator>
		<pubDate>Sat, 20 Dec 2008 05:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2467</guid>
		<description>You describe the callback URL - ending with a slash.  Later you say FB adds default.aspx to it.  How does FB know what to add?  What if you have index.php and not an aspx?</description>
		<content:encoded><![CDATA[<p>You describe the callback URL - ending with a slash.  Later you say FB adds default.aspx to it.  How does FB know what to add?  What if you have index.php and not an aspx?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Escobar</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2231</link>
		<dc:creator>Luis Escobar</dc:creator>
		<pubDate>Sun, 02 Nov 2008 03:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2231</guid>
		<description>I find your article very helpful but Facebook keeps on asking me to ad minimum 5 users and I'm lost</description>
		<content:encoded><![CDATA[<p>I find your article very helpful but Facebook keeps on asking me to ad minimum 5 users and I&#8217;m lost</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juanpablo cetina</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2075</link>
		<dc:creator>juanpablo cetina</dc:creator>
		<pubDate>Wed, 27 Aug 2008 02:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2075</guid>
		<description>Great article! the best that i found on  web for add a application to facebook</description>
		<content:encoded><![CDATA[<p>Great article! the best that i found on  web for add a application to facebook</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2057</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 05 Aug 2008 06:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2057</guid>
		<description>I'm new to this, and to add to Tomiwa's question, can the development be done on a local host?</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to this, and to add to Tomiwa&#8217;s question, can the development be done on a local host?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomiwa Adefokun</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2047</link>
		<dc:creator>Tomiwa Adefokun</dc:creator>
		<pubDate>Wed, 30 Jul 2008 16:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2047</guid>
		<description>Does it mean I can not develop a Facebook application offline on my localhost?

I need "Starting Facebok App for Dummies" I'll appreciate having it.</description>
		<content:encoded><![CDATA[<p>Does it mean I can not develop a Facebook application offline on my localhost?</p>
<p>I need &#8220;Starting Facebok App for Dummies&#8221; I&#8217;ll appreciate having it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-2043</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-2043</guid>
		<description>Grrrrrr...the "Default FBML" field just ain't workin' for me.  Nothing is ever displayed in the profile box (except for a "no content to display" message).  I'm not writing profile FBML from my app, either.</description>
		<content:encoded><![CDATA[<p>Grrrrrr&#8230;the &#8220;Default FBML&#8221; field just ain&#8217;t workin&#8217; for me.  Nothing is ever displayed in the profile box (except for a &#8220;no content to display&#8221; message).  I&#8217;m not writing profile FBML from my app, either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1986</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Wed, 09 Jul 2008 15:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1986</guid>
		<description>Do you mean the side nav on the profile? The only image that will show up there is the icon that you designate for your application which you can specify through the form mentioned in this post.

If you're trying to build a side nav for a canvas page then you simply embed the image using any of the acceptable FBML/HTML markup.</description>
		<content:encoded><![CDATA[<p>Do you mean the side nav on the profile? The only image that will show up there is the icon that you designate for your application which you can specify through the form mentioned in this post.</p>
<p>If you&#8217;re trying to build a side nav for a canvas page then you simply embed the image using any of the acceptable FBML/HTML markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conspirisi</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1985</link>
		<dc:creator>conspirisi</dc:creator>
		<pubDate>Wed, 09 Jul 2008 15:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1985</guid>
		<description>how do i get an image to appear in the facebook side nav when a user adds the application</description>
		<content:encoded><![CDATA[<p>how do i get an image to appear in the facebook side nav when a user adds the application</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: renukadevi</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1919</link>
		<dc:creator>renukadevi</dc:creator>
		<pubDate>Wed, 28 May 2008 08:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1919</guid>
		<description>am using Iframe for Java aplication for intigrating in Facebook , facing problem while redirecting to the application page from Servlet , the page is occupying full Screen with change of Canvas url to call back url instead rendering in the facebook as an application if any body knows the solution plz reply to it

and how to post mini feeds in profile page if we use Iframe</description>
		<content:encoded><![CDATA[<p>am using Iframe for Java aplication for intigrating in Facebook , facing problem while redirecting to the application page from Servlet , the page is occupying full Screen with change of Canvas url to call back url instead rendering in the facebook as an application if any body knows the solution plz reply to it</p>
<p>and how to post mini feeds in profile page if we use Iframe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernie</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1727</link>
		<dc:creator>Bernie</dc:creator>
		<pubDate>Mon, 18 Feb 2008 03:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1727</guid>
		<description>This is extremely helpful!</description>
		<content:encoded><![CDATA[<p>This is extremely helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Facebook.NET Hacks - How to Publish an Item on a User's Feed</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1260</link>
		<dc:creator>Facebook.NET Hacks - How to Publish an Item on a User's Feed</dc:creator>
		<pubDate>Thu, 22 Nov 2007 21:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1260</guid>
		<description>[...] Facebook uses a proxy-caching system in order to help maintain scalability, which I described in my New Facebook Application Form Demystification article. The images I was trying to publish were protected behind windows authentication, thus [...]</description>
		<content:encoded><![CDATA[<p>[...] Facebook uses a proxy-caching system in order to help maintain scalability, which I described in my New Facebook Application Form Demystification article. The images I was trying to publish were protected behind windows authentication, thus [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maqsood Ahmad-PK</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1237</link>
		<dc:creator>Maqsood Ahmad-PK</dc:creator>
		<pubDate>Thu, 15 Nov 2007 13:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1237</guid>
		<description>Thank you for article.

i hv learnt much from this.

may you hv long life with good health.</description>
		<content:encoded><![CDATA[<p>Thank you for article.</p>
<p>i hv learnt much from this.</p>
<p>may you hv long life with good health.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1037</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Fri, 26 Oct 2007 04:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1037</guid>
		<description>The default FBML is what will appear on the user's profile page unless you make a call to the Facebook API to set the user's profile FBML explicitly. Do you make any calls in your application to render the user's profile FBML?

Can you show a bit of the source if are making calls? It'd make it easier to help!</description>
		<content:encoded><![CDATA[<p>The default FBML is what will appear on the user&#8217;s profile page unless you make a call to the Facebook API to set the user&#8217;s profile FBML explicitly. Do you make any calls in your application to render the user&#8217;s profile FBML?</p>
<p>Can you show a bit of the source if are making calls? It&#8217;d make it easier to help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohd Ahmad</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-1013</link>
		<dc:creator>Mohd Ahmad</dc:creator>
		<pubDate>Wed, 24 Oct 2007 12:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-1013</guid>
		<description>I am not able to add my apps in profile page

I want to show my apps content in profile page when user add my apps in your account.

my apps is http://apps.facebook.com/body-philosophy

I am enter "" in default FBML but it's not showing in profile page.

Please help me that which method will be use for showing my apps in profile page.</description>
		<content:encoded><![CDATA[<p>I am not able to add my apps in profile page</p>
<p>I want to show my apps content in profile page when user add my apps in your account.</p>
<p>my apps is <a href="http://apps.facebook.com/body-philosophy" rel="nofollow">http://apps.facebook.com/body-philosophy</a></p>
<p>I am enter &#8220;&#8221; in default FBML but it&#8217;s not showing in profile page.</p>
<p>Please help me that which method will be use for showing my apps in profile page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaronontheweb</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-184</link>
		<dc:creator>Aaronontheweb</dc:creator>
		<pubDate>Mon, 27 Aug 2007 17:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-184</guid>
		<description>Harry,

You're correct! I will make the appropriate changes to the article as soon as I can. Thanks for your feedback!</description>
		<content:encoded><![CDATA[<p>Harry,</p>
<p>You&#8217;re correct! I will make the appropriate changes to the article as soon as I can. Thanks for your feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-176</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Sun, 26 Aug 2007 01:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-176</guid>
		<description>You have an error in your otherwise helpful article.
When a user selects to remove your application they are not sent to the 'Post-Remove URL' as they have removed the application and so will have no further contact with it. A POST request will be sent to this address in the background however containing the uid of the leaving user.</description>
		<content:encoded><![CDATA[<p>You have an error in your otherwise helpful article.<br />
When a user selects to remove your application they are not sent to the &#8216;Post-Remove URL&#8217; as they have removed the application and so will have no further contact with it. A POST request will be sent to this address in the background however containing the uid of the leaving user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.marketing-ninja.com/facebook-app/starting-your-first-facebook-app-demystifying-application-form-field-by-field/#comment-18</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxninja.com/?p=55#comment-18</guid>
		<description>Great article! That form is very confusing. It's hard to tell what the result will be when you're filling it out, so this helps a lot!

I've written a tutorial for getting started with Facebook using PHP:
http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/
I'll add this article under the resources section.

Thanks!
-justin</description>
		<content:encoded><![CDATA[<p>Great article! That form is very confusing. It&#8217;s hard to tell what the result will be when you&#8217;re filling it out, so this helps a lot!</p>
<p>I&#8217;ve written a tutorial for getting started with Facebook using PHP:<br />
<a href="http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/" rel="nofollow">http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/</a><br />
I&#8217;ll add this article under the resources section.</p>
<p>Thanks!<br />
-justin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.609 seconds -->
