ruby-on-railsfacebookcucumberfacebooker

What's the best gem/plugin to develop a Facebook Canvas/iFrame App (Rails 2.3.8, Ruby 1.8.7)?


we're developing a Facebook Canvas App in Rails 2.3.8, we tried a couple of gems out there and for now we're using mini_fb but it's not really well documented and we're having some issue with the authentication/authorization process, and more importantly we couldn't find a tutorial on how integrate cucumber.

I know there're plenty of options out there: facebooker (too old?), oauth2 gem, omniauth, mogli and so on.

What we ideally need is:

What's the best option in your opinion/past experience?

Thank you guys,

Leo


Solution

  • Take a look at Koala...

    https://github.com/arsduo/koala/

    Very well documented and maintained.

    Works with Ruby 1.8/1.9 & Rails 2/3