vote up 5 vote down star
6

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?

flag

9% accept rate
Are you trying to write a application for facebook, or another version of facebook? – John Sibly Sep 17 '08 at 10:38
just an app on facebook development plateform. – Ratn Deo--Dev Sep 17 '08 at 10:41

12 Answers

vote up 7 vote down

Here is how you start using PHP:

http://www.merchantos.com/makebeta/facebook/facebook-php-tutorial/

If you are using Ruby, use this link:

http://rfacebook.wordpress.com/2008/01/10/tutorial/

link|flag
vote up 4 vote down

Silly answer but I assume you have gone over the resources here?

http://developers.new.facebook.com/?ref=pf

There is their own dev community there they should be able to help.

link|flag
vote up 2 vote down

This simple howto looked like a good starting point: Simple app

link|flag
vote up 1 vote down

Start with their docs: http://developer.facebook.com/get_started.php?tab=tutorial

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.

link|flag
vote up 1 vote down

Rails on Facebook PDF and screencast.

link|flag
vote up 0 vote down

Use the Get Started tutorial on developers.facebook.com. 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 wiki for reference to the FQL and FBML.

PHP will be easier to start with as there are lots of samples in PHP. Rails may have advantages in the long term though.

link|flag
vote up 0 vote down

Re: Ruby on Rails vs. PHP - whichever you're currently competent in. If neither, whichever you'd like to become competent in. Both can do what you want.

link|flag
vote up 1 vote down

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.

I will say that when I was evaluating Ruby libraries recently, Facebooker seemed to be superior in terms of active development and tutorial content on the web. (Be sure to use the Facebooker project on GitHub, not the deprecated one on RubyForge.)

link|flag
vote up 1 vote down

Btw, you can also use ASP.NET, in which case here is how to get started:

http://www.stevetrefethen.com/wiki/Facebook%20application%20development%20in%20ASP.NET.ashx

The link includes a VS.NET starter kit which makes it very easy to get started quickly.

link|flag
vote up 1 vote down

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.

Two other general points:

  1. 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.
  2. 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.

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.

Good luck!

link|flag
Why do these trip up your work in MVC frameworks? Creating FBML with a template and submitting it to a the API isn't a big deal, esp. using one of the Ruby, Python or PHP Facebook API libraries. Also, Ruby, PHP and Python all have JSON libraries available... – jmans Jan 17 at 4:49
vote up 0 vote down

Here is a small app I wrote a while ago for FB. http://kevinx.net/fb/longcat.7z

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.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.