forked from VBA-tools/VBA-Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
credentials - example.txt
46 lines (39 loc) · 1.16 KB
/
credentials - example.txt
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
# Save-as credentials.txt and then enter your credentials to simplify use of Examples and Specs
# DO NOT enter and save credentials in example file
Twitter
# Url: dev.twitter.com
# App > API Keys
- key: Your API key
- secret: Your API secret
Google
# Url: https://console.developers.google.com/
# Project > APIs & auth > Credentials
- profile: Analytics profile
- id: Your Client ID
- secret: Your Client secret
- api_key: Your API key
Salesforce
# Url: developer.force.com
# Instructions: https://github.com/VBA-tools/VBA-Web/blob/master/examples/salesforce/Setup%20Salesforce.md
- username: Your username
- token: Your security token
- key: Your API key
- secret: Your API secret
Facebook
# Url: developers.facebook.com
- id: Your App Id
- secret: Your App Secret
LinkedIn
- api_key: Your API key
- api_secret: Your API secret
- user_token: Your user token
- user_secret: Your user secret
Todoist
# Url: https://todoist.com/app_console/
- id: Your Client Id
- secret: Your Client Secret
- redirect_url: Your Redirect Url
OPS
# Url: http://www.epo.org/searching-for-patents/technical/espacenet/ops.html
- consumer_key: Your consumer key
- consumer_secret: Your consumer secret