-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconf.js
executable file
·119 lines (119 loc) · 3.75 KB
/
conf.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
module.exports = {
fb: {
appId: '272632169499697'
, appSecret: 'e5133aa67f708df5fc4b6149a50c33cf'
}
, twit: {
consumerKey: 'jrxU67e3zmMA6yPsMhtOWw'
, consumerSecret: 'mNE1xVk2rxjYjHe07ArFDRD85yPLfgFRGs72eLcnETc'
}
, github: {
appId: '11932f2b6d05d2a5fa18'
, appSecret: '2603d1bc663b74d6732500c1e9ad05b0f4013593'
}
, instagram: {
clientId: 'be147b077ddf49368d6fb5cf3112b9e0'
, clientSecret: 'b65ad83daed242c0aa059ffae42feddd'
}
, foursquare: {
clientId: 'VUGE4VHJMKWALKDKIOH1HLD1OQNHTC0PBZZBUQSHJ3WKW04K'
, clientSecret: '0LVAGARGUN05DEDDRVWNIMH4RFIHEFV0CERU3OITAZW1CXGX'
}
, gowalla: {
apiKey: '11cf666912004d709fa4bbf21718a82e',
apiSecret: 'e1e23f135776452898a6d268129bf153'
}
, linkedin: {
apiKey: '2sonqfynrd51'
, apiSecret: 'QanorxUNFXNhhW0G'
}
, google: {
clientId: '890249333148-cp44gdp3ubdbctfhpuu97pk3uiuc29rh.apps.googleusercontent.com'
, clientSecret: 'uvD4koNhdXra7bG7X20pt8KV'
}
, googlehybrid: {
consumerKey: 'YOUR CONSUMER KEY HERE'
, consumerSecret: 'YOUR CONSUMER SECRET HERE'
}
, _37signals: {
clientId: 'cd4bf9cd9ed828b6bed8b67e6b314cf8b90c8de5'
, clientSecret: '07883c36b4f4493b70f31872ed8fbdb099ff1cef'
}
, angellist: {
clientId: 'e5feda9308f55f16b0ef0e848f5b1e41'
, clientSecret: 'e0ec367efb9d59fa10bdd53ba268b81f'
}
, yahoo: {
consumerKey: 'dj0yJmk9OUVtbkZoeDBhWkVRJmQ9WVdrOVRHMW5VR1JQTjJNbWNHbzlNVEl6TURRNE5USTJNZy0tJnM9Y29uc3VtZXJzZWNyZXQmeD0xMA--'
, consumerSecret: '2c21a0ce70fac8ea90290e51874c517b9500741b'
}
, 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'
}
, dwolla: {
clientId: 'Enter your consumer key here'
, clientSecret: 'Enter your consumer secret here'
}
, vkontakte: {
appId: 'Enter your app id here'
, appSecret: 'Enter your app secret here'
}
, mailru: {
appId: 'Enter your app id here'
, appSecret: 'Enter your app secret here'
}
, skyrock: {
consumerKey: 'a0ae943e20c5af88'
, consumerSecret: 'cjucy86r0fg4uxx3'
}
, evernote: {
oauthHost: 'https://www.evernote.com'
, consumerKey: 'Enter your consumer key here'
, consumerSecret: 'Enter your consumer secret here'
}
, tripit: {
consumerKey: 'a59bb58479f80e24dc6da1b1e61a107db743bc4c'
, consumerSecret: '41dc4c0c39ac3ab162269a79f399eb180f753c66'
}
, _500px: {
consumerKey: 'Enter your consumer key here'
, consumerSecret: 'Enter your consumer secret here'
}
, soundcloud: {
appId: '79dcfcb876e71dc18c1767b9ebe96298'
, appSecret: '6f828028dab96838d07b2407cd5f80cd'
}
, mixi: {
consumerKey: 'Enter your consumer key here'
, consumerSecret: 'Enter your consumer secret here'
, scope: 'r_profile'
}
, mailchimp: {
appId: 'Enter your client/app id here'
, appSecret: 'Enter your client/app secret here'
}
, mendeley: {
consumerKey: 'Enter your consumer key here'
, consumerSecret: 'Enter your consumer secret here'
}
};