pthesis
pthesis

Reputation: 336

So many Facebook libraries for Ruby, which to choose?

So far I've come across the following Facebook API libraries for Ruby/Ruby-on-Rails:

I was wondering if anyone knows why there are so many, and if anyone has a rough idea of which to use when?

Upvotes: 5

Views: 793

Answers (2)

ChrisW
ChrisW

Reputation: 26

I did the same search recently and ultimately chose Koala. Facebooker was the clear choice a couple years ago, but it's out of date now with so many recent facebook api changes. Koala and fb_graph seem to be the most popular now. Koala is easy to use for accessing the graph api. I haven't used it for the older rest api, though Koala does support it. The only difficult part I've found is the facebook authentication with oauth - though that's probably facebook itself rather than Koala.

Relevant discussion here as well: Is fb_graph or Koala ruby gem better than facebooker2, using the facebook graph?

Upvotes: 1

hkairi
hkairi

Reputation: 385

I have had the same problem : "which one to use ?" and i tried Facebooker, Mogli and fb_graph. I can say that fb_graph is the best and the most mature and up to date and well documented ( you can read the facebook DOC and apply it to fb_graph. it works like magic).

Upvotes: 0

Related Questions