views:

159

answers:

3

I'm developing a rails application using the facebook api. I've seen a few different ruby gems for integrating with facebook, but the look dated. Is it best to write low-level calls myself? Or is there a decent and current gem available?

+1  A: 

My favorite is facebooker2.

eakbas
http://github.com/mmangino/facebooker2
Kevin Bedell
Looks like this one has the most active user base currently.
Kevin Bedell
Probably. The documentation is not really sufficient right now but its [mailing list](http://groups.google.com/group/facebooker?pli=1) is very active, you get responses pretty quickly.
eakbas
+1  A: 

The oauth2 from Intridea supports Facebook's Graph API.

Blog Post: http://intridea.com/2010/4/22/oauth2-gem-just-in-time-for-facebook-graph?blog=company

On github: http://github.com/intridea/oauth2

azolotov
+1  A: 

I would suggest either mogli or koala.

Pierre Olivier Martel