Best way to interact with facebook from a Rails Application
Posted
by ricardohead
on Stack Overflow
See other posts from Stack Overflow
or by ricardohead
Published on 2010-05-14T04:57:43Z
Indexed on
2010/05/14
5:04 UTC
Read the original article
Hit count: 196
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?
© Stack Overflow or respective owner