Archive for twitter

How to: implement the simplest way to fetch friends timeline streams from Twitter in Ruby on Rails

Tags: , ,

If you don’t want the Rails application to connect to the Twitter using OAUTH and just want to display the user’s timeline it can be done in a very simple way using Twitter HTTP authentication. Add two fields in the users table: twitter_username twitter_password After the user provides these two values the tweets from friends [...]

Continue reading » No comments