Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is fb_graph or Koala ruby gem better than facebooker2, using the facebook graph?

Is the fb_graph gem better?

It seems to be newer, but the facebooker has a lot more people using.

http://github.com/nsanta/fbgraph

http://github.com/mmangino/facebooker

Update:

I looked into koala, and it seems it is a good choice as well.

http://github.com/arsduo/koala

I also figure out that fb_graph is different than fbgraph. This is the right one:

http://github.com/nov/fb_graph

And there is a new facebooker, that uses that Open Graph API, but it doesnt look as mature as the others:

http://github.com/wallace/facebooker2

like image 252
rafamvc Avatar asked Oct 13 '10 21:10

rafamvc


1 Answers

I've been using Koala and have been very happy. It's very low level - meaning no abstractions that try to do stuff for you. The graph API is very straightforward, so this the best approach.

like image 122
Alex Neth Avatar answered Oct 13 '22 00:10

Alex Neth