Skip to content

boogiebpg/tweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First, we need to register our application with Twitter. Then, copy and paste in our OAuth data:

/config/initializers/tweets.rb

Twitter.configure do |config|
  config.consumer_key = YOUR_CONSUMER_KEY
  config.consumer_secret = YOUR_CONSUMER_SECRET
  config.oauth_token = YOUR_OAUTH_TOKEN
  config.oauth_token_secret = YOUR_OAUTH_TOKEN_SECRET
end

About

simple app that displays last tweets of user, let us add tweets to favorites, refresh and load old tweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors