Guest User

Untitled

a guest
Jan 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. module.exports = {
  2. fb: {
  3. appId: '111565172259433'
  4. , appSecret: '85f7e0a0cc804886180b887c1f04a3c1'
  5. }
  6. , twit: {
  7. consumerKey: 'dKY1bT7q9dWn6fmUjkhKZg'
  8. , consumerSecret: '1OOh8yI6sVX58W0QSNanL5wm1OHxTipvTdIlU73lXt4'
  9. }
  10. , github: {
  11. appId: '11932f2b6d05d2a5fa18'
  12. , appSecret: '2603d1bc663b74d6732500c1e9ad05b0f4013593'
  13. }
  14. , instagram: {
  15. clientId: 'be147b077ddf49368d6fb5cf3112b9e0'
  16. , clientSecret: 'b65ad83daed242c0aa059ffae42feddd'
  17. }
  18. , foursquare: {
  19. clientId: 'VUGE4VHJMKWALKDKIOH1HLD1OQNHTC0PBZZBUQSHJ3WKW04K'
  20. , clientSecret: '0LVAGARGUN05DEDDRVWNIMH4RFIHEFV0CERU3OITAZW1CXGX'
  21. }
  22. , linkedin: {
  23. apiKey: 'pv6AWspODUeHIPNZfA531OYcFyB1v23u3y-KIADJdpyw54BXh-ciiQnduWf6FNRH'
  24. , apiSecret: 'Pdx7DCoJRdAk0ai3joXsslZvK1DPCQwsLn-T17Opkae22ZYDP5R7gmAoFes9TNHy'
  25. }
  26. , google: {
  27. clientId: '3335216477.apps.googleusercontent.com'
  28. , clientSecret: 'PJMW_uP39nogdu0WpBuqMhtB'
  29. }
  30. , yahoo: {
  31. consumerKey: 'dj0yJmk9RVExRlhPRE9rV1hSJmQ9WVdrOWEyRTBVMUJoTm1zbWNHbzlNVE13TURFeU9UTTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD1iYg--'
  32. , consumerSecret: 'efe6ae4982217630fe3aebf6e6fa1e82c02eba0b'
  33. }
  34. , readability: {
  35. consumerKey: 'Alfrednerstu'
  36. , consumerSecret: 'MXGftcxrRNMYn66CVmADR3KRnygCdYSk'
  37. }
  38. , justintv: {
  39. consumerKey: 'enter your consumer key here'
  40. , consumerSecret: 'enter your consumer secret here'
  41. }
  42. , tumblr: {
  43. consumerKey: 'TAofjqRz9iKiAjtPMnXzHELIeQAw8cqKCZVXaEFSAxBrrvV99f'
  44. , consumerSecret: 's8ldFtirtsnWGSiBjwpUwMct8Yh4sliS9Uiocqsv3bw0ovMtlR'
  45. }
  46. , dropbox: {
  47. consumerKey: 'uhfqnbely5stdtm'
  48. , consumerSecret: 'jr7ofuwo32l7vkd'
  49. }
  50. , vimeo: {
  51. consumerKey: 'Enter your consumer key here'
  52. , consumerSecret: 'Enter your consumer secret here'
  53. }
  54. , box: {
  55. apiKey: '5hl66lbfy0quj8qhhzcn57dflb55y4rg'
  56. }
  57. };
Add Comment
Please, Sign In to add comment