Marco Durden
2008-Nov-12 19:46 UTC
[Facebooker-talk] opensocial porting or rails libraries?
Anyone know of any good libraries for making an opensocial app with ruby on rails, or for porting an existing facebook app over to opensocial? What is everyone doing for porting their apps to opensocial? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081112/b9706c5d/attachment.html>
Stéphane Akkaoui
2008-Nov-13 10:13 UTC
[Facebooker-talk] opensocial porting or rails libraries?
Le 12 nov. 08 ? 20:46, Marco Durden a ?crit :> Anyone know of any good libraries for making an opensocial app with > ruby on rails, or for porting an existing facebook app over to > opensocial? What is everyone doing for porting their apps to > opensocial?I''ve got the same question :) Would like some advices, feedbacks... Currently, I''m trying to build my own library for opensocial, but I''m just at the begening. Thanks -- St?phane Akkaoui
Anthony C. Eufemio
2008-Nov-13 18:05 UTC
[Facebooker-talk] opensocial porting or rails libraries?
I''ve been spending some of my free time working on a DataMapper based Ruby/Merb plugin based off on the dm-rest-adapter for OpenSocial. So look at creating your own Ruby based REST client that you can eventually turn into a Rails plugin. OpenSocial uses OAuth to authenticate REST clients. OAuth clients in Ruby: http://stakeventures.com/articles/2008/02/23/developing-oauth-clients-in-ruby REST: http://rest-client.heroku.com/rdoc/ That should be enough to get you started with your own plugin. -AE On Thu, Nov 13, 2008 at 2:13 AM, St?phane Akkaoui < stephane.akkaoui at imeuble.info> wrote:> > Le 12 nov. 08 ? 20:46, Marco Durden a ?crit : > >> Anyone know of any good libraries for making an opensocial app with ruby >> on rails, or for porting an existing facebook app over to opensocial? What >> is everyone doing for porting their apps to opensocial? >> > > I''ve got the same question :) Would like some advices, feedbacks... > > Currently, I''m trying to build my own library for opensocial, but I''m just > at the begening. > > Thanks > > -- > St?phane Akkaoui > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20081113/71bfd085/attachment.html>