We just use the rest_client gem to interact with Facebook's API. We haven't had any issues yet.
-Brad On Thu, Jan 13, 2011 at 9:24 AM, Rafael MVC <[email protected]> wrote: > I would stir away from facebooker. The original facebooker uses the old > facebook API, and koala or facebooker2 uses graph. In my own opinion, > facebooker2 is more complex than Koala... > > > On Thu, Jan 13, 2011 at 7:39 AM, Dan Simpson <[email protected]>wrote: > >> For authorization I would look at https://github.com/ryanb/cancan >> >> There is also https://github.com/kristianmandrup/cream which combines >> devise, cancan, and roles to make a authentications/authorization suite. >> >> The rake tasks should generate some nice templates. >> >> On Wed, Jan 12, 2011 at 10:28 PM, Kevin Baker <[email protected]>wrote: >> >>> I'm starting a new project. Want to build in Rails 3. I thought it might >>> be a good time to look at devise. >>> >>> Is this *the* way to go these days? If not I'll stick with authlogic. >>> >>> Some details: >>> Anything special for devise in rails 3 I should know. >>> >>> I will need some sort of permissions/authorization gem. >>> >>> I'm thinking of adding openid, facebook etc integration. >>> >>> I'd love some tips on bootstrapping, app template? >>> >>> Thanks >>> >>> -- >>> SD Ruby mailing list >>> [email protected] >>> http://groups.google.com/group/sdruby >> >> >> -- >> SD Ruby mailing list >> [email protected] >> http://groups.google.com/group/sdruby >> > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
