views:

49

answers:

2

So as you all probably know already, there is no facebook API for Rails 3 (not well-supported/documented anyway). I am wondering whether porting these PHP API to ruby is a good idea or not. What I mean by porting is writing my own php function that uses FB API and use the output as the ruby input. Is this a good idea? Impossible?

+1  A: 

It is experimental, but it is working. Facebooker-rails3 on github.

retro
+1  A: 

You could also take a look at fbgraph. It uses the new FB Open API Stream and it is build for Rails 3.

Vlad Zloteanu