I am creating a mini blog application and i would like my users after updating their status on my site, it should update their twitter and facebook status as well. What gem can i use for this situation and how can i go about it using ruby on rails 3.1. Note: All users have their account and should be able to update their status directly. Thank you
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Here's a Ruby wrapper for the Twitter API: http://twitter.rubyforge.org/ As the link says, install it with
You'll need to register a twitter app here: http://dev.twitter.com/apps, use this to authenticate like so:
then use the following line to update a user's status:
|
|||||||||
|