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?
http://github.com/mmangino/facebooker2
Kevin Bedell
2010-10-05 00:50:43
Looks like this one has the most active user base currently.
Kevin Bedell
2010-10-06 15:59:23
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
2010-10-06 16:54:00
+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
2010-10-05 03:25:07