Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the current resources for building a Facebook application with Rails? [closed]

I'm looking to build a basic Facebook application with Rails. What are the resources (books podcasts, screencasts, blog articles etc) that you'd recommend?

(One answer per post please, and up-vote instead of duplicate).

like image 392
mlambie Avatar asked Jan 11 '10 01:01

mlambie


2 Answers

I realise you're writing a Rails app, but here's a link to a very good, recently produced screencast from Remi showing you how to use Sinatra with the Frankie plugin to make an FB app - http://remi.org/2009/12/31/getting-started-with-facebook-development.html -

Yes I know it's not exactly what you're looking for, but it does take you through some of the leg-work on the Facebook side of things, which helps regardless of the programming platform. You could easily port most of it to Rails without having to think too hard about it.

like image 150
stephenmurdoch Avatar answered Sep 20 '22 16:09

stephenmurdoch


Facebooker tutorial http://apps.facebook.com/facebooker_tutorial/

like image 23
Dan Rosenstark Avatar answered Sep 18 '22 16:09

Dan Rosenstark