Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Updated to latest twitter gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
pushmatrix committed May 30, 2014
1 parent 9ee7f9e commit 391a270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/project/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
gem 'dashing'

## Remove this if you don't need a twitter widget.
gem 'twitter', '>= 5.0.0'
gem 'twitter', '>= 5.9.0'
4 changes: 2 additions & 2 deletions templates/project/jobs/twitter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
twitter = Twitter::REST::Client.new 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_SECRET'
config.access_token = 'YOUR_OAUTH_TOKEN'
config.access_token_secret = 'YOUR_OAUTH_SECRET'
end

search_term = URI::encode('#todayilearned')
Expand Down

0 comments on commit 391a270

Please sign in to comment.