why
why

Reputation: 24851

How to integrate Facebook in Rails

I hava a Rails application, I need to integrate Facebook. User can login with Facebook account and get his reviews in facebook and so on, how to deal with this case in rails? thanks!

Upvotes: 0

Views: 2082

Answers (2)

Itay k
Itay k

Reputation: 4469

Facebooker is no longer supported I recommend using Koala gem: https://github.com/arsduo/koala/wiki

Upvotes: 5

Patrick
Patrick

Reputation: 8063

There is a very comprehensive article here: http://www.packtpub.com/article/facebook-application-development-ruby-on-rails

And several existing plugins for this purpose like 'rfacebook', 'facebooker' or 'facebook-rails'. 'Facebooker' definitely has Facebook Connect abilities.

Upvotes: 2

Related Questions