Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails 3 facebook plugin/gem?

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.

like image 397
mrbrdo Avatar asked Sep 18 '10 17:09

mrbrdo


1 Answers

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

like image 58
Sagar Avatar answered Sep 22 '22 17:09

Sagar