-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.js
61 lines (61 loc) · 2.13 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
module.exports = {
fb: {
appId: '246252042071174'
, appSecret: '3bc17cba6e55dbe53cb3a0c754bc5097'
// appId: '111565172259433'
// , appSecret: '85f7e0a0cc804886180b887c1f04a3c1'
}
, twit: {
consumerKey: 'JLCGyLzuOK1BjnKPKGyQ'
, consumerSecret: 'GNqKfPqtzOcsCtFbGTMqinoATHvBcy1nzCTimeA9M0'
}
, 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'
clientId: '1042164639054.apps.googleusercontent.com'
, clientSecret: 'qbJdBxM7VlB3LHgilNL18qyb'
}
, 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'
}
};