views:

87

answers:

1

What I want to do is automatically post to facebook when a user post something on his profile (inside my app), I want to remember the user facebook credential to post automatically without asking for his credentials again.

Tumblr has already implement this functionality and I want to emulate it.

What is the best way to implement this functionality whitin a rails app?

A: 

Have you looked at http://facebooker.rubyforge.org/?

adriandz
I'm currently using facebooker but I dont know how to correctly implement the functionality that I described.
ricardohead