Does anyone know of a good Rails 3 compatible gem or plugin that support the Facebook API (rather Graph API but old REST is ok too)? Mostly for getting profile picture, info, friends and posting on wall. I am looking for something that seems to be maintained well so I know I can count on it in the future as well.
Asked
Active
Viewed 1.2k times
8
-
1I would recommend to visit https://www.ruby-toolbox.com and compare available gems by their popularity each time you are looking for a gem. – ITmeze Dec 03 '11 at 22:05
4 Answers
10
Koala :- A lightweight, flexible library for Facebook with support for OAuth authentication, the Graph and REST API's, real time updates, and test users.

Sagar
- 101
- 1
- 4
2
I found Mini_fb as quite good one. Try it.

Mohit Jain
- 43,139
- 57
- 169
- 274
-
1Not actively maintained anymore based on github interactions in last 10 months or so. – Aditya Sanghi Nov 03 '11 at 15:02
2
Well written, well maintained (as at time of posting) https://github.com/nov/fb_graph

jamesc
- 12,423
- 15
- 74
- 113