Skip to content

Commit

Permalink
Merge pull request graulund#69 from alexmuller/bugfix-config-comments…
Browse files Browse the repository at this point in the history
…-oauth

Improve comments for access tokens in config file
  • Loading branch information
graulund committed Jun 22, 2015
2 parents 984feff + ed4dc53 commit db2c110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
'consumer_secret' => '', // Your Twitter app consumer secret
'twitter_screenname' => '', // Twitter screen name of the one whose tweets are being recorded
'your_tw_screenname' => '', // Your Twitter screen name -- the one we log in as. Usually the same as above, but does not have to be.
'twitter_token' => '', // Twitter OAuth secret token (usually filled in automatically)
'twitter_token_secr' => '', // Twitter OAuth token (usually filled in automatically)
'twitter_token' => '', // Twitter OAuth access token (usually filled in automatically)
'twitter_token_secr' => '', // Twitter OAuth access token secret (usually filled in automatically)
'timezone' => '', // Choose one of these: http://php.net/manual/en/timezones.php
'path' => '', // Where's your twitter installation on your domain? No end slash, please.
// Database values
Expand Down

0 comments on commit db2c110

Please sign in to comment.