Created
August 24, 2011 15:37
-
-
Save clifton/1168328 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
module.exports = { | |
fb: { | |
appId: '111565172259433' | |
, appSecret: '85f7e0a0cc804886180b887c1f04a3c1' | |
} | |
, twit: { | |
consumerKey: 'dKY1bT7q9dWn6fmUjkhKZg' | |
, consumerSecret: '1OOh8yI6sVX58W0QSNanL5wm1OHxTipvTdIlU73lXt4' | |
} | |
, github: { | |
appId: '11932f2b6d05d2a5fa18' | |
, appSecret: '2603d1bc663b74d6732500c1e9ad05b0f4013593' | |
} | |
, instagram: { | |
clientId: 'be147b077ddf49368d6fb5cf3112b9e0' | |
, clientSecret: 'b65ad83daed242c0aa059ffae42feddd' | |
} | |
, foursquare: { | |
clientId: 'VUGE4VHJMKWALKDKIOH1HLD1OQNHTC0PBZZBUQSHJ3WKW04K' | |
, clientSecret: '0LVAGARGUN05DEDDRVWNIMH4RFIHEFV0CERU3OITAZW1CXGX' | |
} | |
, linkedin: { | |
apiKey: 'pv6AWspODUeHIPNZfA531OYcFyB1v23u3y-KIADJdpyw54BXh-ciiQnduWf6FNRH' | |
, apiSecret: 'Pdx7DCoJRdAk0ai3joXsslZvK1DPCQwsLn-T17Opkae22ZYDP5R7gmAoFes9TNHy' | |
} | |
, google: { | |
clientId: '3335216477.apps.googleusercontent.com' | |
, clientSecret: 'PJMW_uP39nogdu0WpBuqMhtB' | |
} | |
, yahoo: { | |
consumerKey: 'dj0yJmk9RVExRlhPRE9rV1hSJmQ9WVdrOWEyRTBVMUJoTm1zbWNHbzlNVE13TURFeU9UTTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iYg--' | |
, consumerSecret: 'efe6ae4982217630fe3aebf6e6fa1e82c02eba0b' | |
} | |
, readability: { | |
consumerKey: 'Alfrednerstu' | |
, consumerSecret: 'MXGftcxrRNMYn66CVmADR3KRnygCdYSk' | |
} | |
, justintv: { | |
consumerKey: 'enter your consumer key here' | |
, consumerSecret: 'enter your consumer secret here' | |
} | |
, tumblr: { | |
consumerKey: 'TAofjqRz9iKiAjtPMnXzHELIeQAw8cqKCZVXaEFSAxBrrvV99f' | |
, consumerSecret: 's8ldFtirtsnWGSiBjwpUwMct8Yh4sliS9Uiocqsv3bw0ovMtlR' | |
} | |
, dropbox: { | |
consumerKey: 'uhfqnbely5stdtm' | |
, consumerSecret: 'jr7ofuwo32l7vkd' | |
} | |
, vimeo: { | |
consumerKey: 'Enter your consumer key here' | |
, consumerSecret: 'Enter your consumer secret here' | |
} | |
, box: { | |
apiKey: '5hl66lbfy0quj8qhhzcn57dflb55y4rg' | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment