How to start facebook app? - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T18:02:41Zhttp://stackoverflow.com/feeds/question/81874http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/81874/how-to-start-facebook-app5How to start facebook app?Ratn Deo--Dev2008-09-17T10:35:54Z2009-01-20T17:14:35Z
<p>Just want to know what is better way to get start developing faccebook app?Any tutorial recommnedation?And which is better to start up -php or rails?</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81883#818837Answer by Espo for How to start facebook app?Espo2008-09-17T10:38:16Z2008-09-17T10:38:16Z<p>Here is how you start using PHP:</p>
<p><a href="http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/" rel="nofollow">http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/</a></p>
<p>If you are using Ruby, use this link:</p>
<p><a href="http://rfacebook.wordpress.com/2008/01/10/tutorial/" rel="nofollow">http://rfacebook.wordpress.com/2008/01/10/tutorial/</a></p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81894#818944Answer by cjheath for How to start facebook app?cjheath2008-09-17T10:39:24Z2008-09-17T10:39:24Z<p>Silly answer but I assume you have gone over the resources here?</p>
<p><a href="http://developers.new.facebook.com/?ref=pf" rel="nofollow">http://developers.new.facebook.com/?ref=pf</a></p>
<p>There is their own dev community there they should be able to help.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81897#818972Answer by John Sibly for How to start facebook app?John Sibly2008-09-17T10:39:44Z2008-09-17T10:39:44Z<p>This simple howto looked like a good starting point:
<a href="http://gathadams.com/2007/06/18/how-to-write-a-facebook-application-in-10-minutes/" rel="nofollow">Simple app</a></p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81900#819001Answer by Oli for How to start facebook app?Oli2008-09-17T10:39:56Z2008-09-17T10:39:56Z<p>Start with their docs: <a href="http://developer.facebook.com/get_started.php?tab=tutorial" rel="nofollow">http://developer.facebook.com/get_started.php?tab=tutorial</a></p>
<p>There are libraries floating around for lots of different languages and frameworks so I say: whatever you're happiest with is where you should start.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81903#819031Answer by OpenID Borked At Work for How to start facebook app?OpenID Borked At Work2008-09-17T10:40:07Z2008-09-17T10:40:07Z<p><a href="http://peepcode.com/products/rails-on-facebook" rel="nofollow">Rails on Facebook PDF and screencast</a>.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/81907#819070Answer by danio for How to start facebook app?danio2008-09-17T10:41:09Z2008-09-17T10:41:09Z<p>Use the <a href="http://developers.facebook.com/get_started.php?tab=tutorial" rel="nofollow">Get Started tutorial</a> on <a href="http://developers.facebook.com" rel="nofollow">developers.facebook.com</a>. This will suggest you use the sample code button which will give you some PHP to list your friends.
Then you can start playing with the PHP using the <a href="http://wiki.developers.facebook.com/index.php" rel="nofollow">wiki</a> for reference to the FQL and FBML.</p>
<p>PHP will be easier to start with as there are lots of samples in PHP. Rails may have advantages in the long term though.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/83021#830210Answer by ceejayoz for How to start facebook app?ceejayoz2008-09-17T13:14:28Z2008-09-17T13:14:28Z<p>Re: Ruby on Rails vs. PHP - whichever you're currently competent in. If neither, whichever you'd <em>like</em> to become competent in. Both can do what you want.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/350602#3506021Answer by bradheintz for How to start facebook app?bradheintz2008-12-08T19:38:29Z2008-12-08T19:38:29Z<p>I've seen pretty complete FB wrapper libraries for both PHP and Ruby. Which one you should choose really depends on which language/framework you're more comfortable with.</p>
<p>I will say that when I was evaluating Ruby libraries recently, <a href="http://github.com/mmangino/facebooker/tree/master" rel="nofollow" title="Facebooker">Facebooker</a> seemed to be superior in terms of active development and <a href="http://apps.facebook.com/facebooker_tutorial/" rel="nofollow" title="Facebooker Tutorial">tutorial content</a> on the web. (Be sure to use the Facebooker project on GitHub, not the deprecated one on RubyForge.)</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/372596#3725961Answer by Steve for How to start facebook app?Steve2008-12-16T20:34:57Z2008-12-16T20:34:57Z<p>Btw, you can also use ASP.NET, in which case here is how to get started:</p>
<p><a href="http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx" rel="nofollow">http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx</a></p>
<p>The link includes a VS.NET starter kit which makes it very easy to get started quickly.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/400290#4002901Answer by Tom Wright for How to start facebook app?Tom Wright2008-12-30T13:53:46Z2008-12-30T13:53:46Z<p>From my experience, there is a much better support focus on PHP than on anything else. That said, there'd be no point learning PHP just to take advantage of the superior support.</p>
<p>Two other general points:</p>
<ol>
<li>The official support community is really awful. The community has no expert voices and the FB staff only interject when their reputation is at stake. Your best friend is Google and your ability to extrapolate from tutorials.</li>
<li>The FB style of interaction doesn't really lend itself to an MVC framework. One might still save you time, but I find they get under my feet. If you need convincing on this point, may I refer you to the many cases where JSON responses are required or where FBML needs to be 'set' for the profile. </li>
</ol>
<p>The Facebook platform isn't a whole lot of fun and your users won't thank you for your work. But it's a massive audience and a very useful learning experience.</p>
<p>Good luck!</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/401004#4010040Answer by Kevin for How to start facebook app?Kevin2008-12-30T18:10:09Z2009-01-02T02:17:26Z<p>Here is a small app I wrote a while ago for FB. <a href="http://kevinx.net/fb/longcat.7z" rel="nofollow">http://kevinx.net/fb/longcat.7z</a></p>
<p>It demonstrates how to install/uninstall an app, and how to add a box to a user's profile. I've also made some other small apps but honestly I lost interest in developing for FB.</p>
http://stackoverflow.com/questions/81874/how-to-start-facebook-app/462204#4622040Answer by fer for How to start facebook app?fer2009-01-20T17:14:35Z2009-01-20T17:14:35Z<p>I've made a PHP application for facebook. Its a simple RSS reader with some images....the fact is when I set up everything and I reech the application url I only get a page with the app, I would like that this application can be active on the wall or on the profile....
I don't know how to make it. Please help </p>