Facebook RoR (Ruby on Rails) Tutorial -part 2

This is the second part of the liverail “Continuing Facebook Applications with Ruby On Rails” tutorial I just referenced yesterday.
Now Stuarteccles is talking about some nice tips like :
- Sending events to the feed
- Adding a profile box to a user’s profile page
- Adding a profile action to a user’s profile page
- […]

Facebook RoR (Ruby on Rails) Tutorial

After the facebook php tutorial, I found a nice tutorial on liverail which explains, with code samples, how to develop a Facebook platform application with Ruby on Rails.
Stuarteccles says:
“This article is a complete tutorial for building a simple Facebook application using Ruby on Rails and should allow you to hit the ground running. We are […]

A great Plugin for Facebook Apps: Facebook on Rails

If you’ve been working through the Facebook/Rails tutorials you might find this plugin useful.
 
Facebook on Rails is a sexy plugin for developing Facebook apps.
 
It adds some useful functions to Rails for creating a Facebook application.
 
Source page

A Facebook PHP Tutorial by Makebeta

You will find on Makebeta a nice tutorial that give you the first steps to develop an application on Facebook.
Some contents:
- Getting started As A Facebook Developer
- PHP Facebook API Client Library
- Creating Your Application Profile and API Key
- A “Hello Facebook!” PHP code sample.
- FBML - Facebook Markup Language
- Using the Facebook API
Source […]