How to post wall in facebook from Rails 2.3.x

Hi All,

We build application from rails 2.3.5, now we need to implement post content to facebook wall while creating product. Condition is users post wall to only one facebook wall and should not ask user to login their Facebook. Please guide us, any plugin or gem available?.

Advanced Thanks for Help!

Thanks & Regards,

Thiyagarajan Veluchamy

I had used fb_graph : https://github.com/nov/fb_graph to achieve the same thing. You may go and check it out. One more gem I’ve heard but didn’t used is koala: https://github.com/arsduo/koala look around for other gems and use what ever suites you the best.

Hi Surya,

Thanks for your suggestion

Let me check with fb_graph.