Created
March 26, 2014 22:30
-
-
Save ionox0/9795121 to your computer and use it in GitHub Desktop.
twitter keys
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// config/auth.js | |
// expose our config directly to our application using module.exports | |
module.exports = { | |
'twitterAuth' : { | |
'consumerKey' : 'M815eSuEjhX0o1SZkvJlng', | |
'consumerSecret' : '1PSz1RkuE1vN6z6BO2AfCIFFJz6ICONnpARZi8tOyM', | |
'callbackURL' : 'http://localhost:3000/auth/twitter/callback' | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment