8

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.

jimg
  • 484
  • 6
  • 12
mrbrdo
  • 7,968
  • 4
  • 32
  • 36
  • 1
    I 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 Answers4

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.

https://github.com/arsduo/koala

Sagar
  • 101
  • 1
  • 4
2

I found Mini_fb as quite good one. Try it.

Mohit Jain
  • 43,139
  • 57
  • 169
  • 274
2

Well written, well maintained (as at time of posting) https://github.com/nov/fb_graph

jamesc
  • 12,423
  • 15
  • 74
  • 113