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

荒凉一梦 提交于 2019-12-18 10:29:48

问题


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


回答1:


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.




回答2:


I ended up using Koala. It seems to be the best choice now. Facebooker2 is still very early stage, and Koala does a great job wrapping everything.

Don't get confused! Facebooker is for the old FB API!




回答3:


The original Facebooker gem was split into two pieces for the new api - Facebooker2 for front-end helpers/auth and Mogli for back-end open graph api calls. Both are managed by the same person who did the original Facebooker gem - mike mangino - who does a great job of supporting both. Mogli is most directly comparable to Koala.




回答4:


So far, I'm a big fan of koala, but I've not tried fb_graph. I did post a comparison of a few facebook gems here: http://jeffdeville.com/minifb-vs-koala-vs-mogli-facebook-graph-api-r



来源:https://stackoverflow.com/questions/3928262/is-fb-graph-or-koala-ruby-gem-better-than-facebooker2-using-the-facebook-graph

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!