Which Ruby gem should I use for updating a Twitter or Facebook status along with authlogic_rpx?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-05-15T18:01:19Z
Indexed on
2010/05/15
18:04 UTC
Read the original article
Hit count: 302
Hi,
My Rails webapp uses tardate's excellent authlogic_rpx gem so that users can register and sign in using their Twitter or Facebook account.
Now I need to update a user Twitter or Facebook status. Which gem should I use for Twitter? and for Facebook? Or should I prefer Net::HTTP for both?
Since the users authorised my app through authlogic_rpx, do I already have this authorised token to use the Twitter and Facebook APIs? If so, where can I find it?
Thanks,
Kevin
© Stack Overflow or respective owner