Skip to content

Instantly share code, notes, and snippets.

@ionox0
Created March 26, 2014 22:30
Show Gist options
  • Save ionox0/9795121 to your computer and use it in GitHub Desktop.
Save ionox0/9795121 to your computer and use it in GitHub Desktop.
twitter keys
// 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