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 [...]
