What are the current resources for building a Facebook application with Rails? [closed]
开发者_开发问答
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'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).
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.
Facebooker tutorial http://apps.facebook.com/facebooker_tutorial/
Screencast: Rails Development for the Facebook Platform, by Michael J. Mangino (screencast published by The Pragmatic Programmers).
Book: Developing Facebook Application with Rails, by Michael J. Mangino (published by The Pragmatic Programmers).
精彩评论