-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml
42 lines (42 loc) · 1.44 KB
/
config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<config>
<ip>91.115.6.174</ip>
<port>8080</port>
<twitter>
<consumerKey>xxx</consumerKey>
<consumerSecret>xxx</consumerSecret>
<accessToken>xxx</accessToken>
<accessSecret>xxx</accessSecret>
<!-- Bounding box for New York City -->
<location lat="40" long="-74"/>
<location lat="41" long="-73"/>
</twitter>
<instagram>
<username>xxx</username>
<password>xxx</password>
<!-- change ip here: http://instagram.com/developer/clients/manage/?edited=RealtimeDataAnalysis -->
<clientID>xxx</clientID>
<clientSecret>xxx</clientSecret>
<!-- get access token: https://instagram.com/oauth/authorize/?client_id=XXX&redirect_uri=XXX&response_type=token -->
<accessToken>xxx</accessToken>
<!-- <accessToken>xxx</accessToken> -->
<callbackURL>/instagram</callbackURL>
<!-- Manhattan uptown area -->
<location lat="40.799555" long="-73.973693"/>
<!-- Manhattan downtown area -->
<location lat="40.727058" long="-74.036807"/>
<!-- Brooklyn area -->
<location lat="40.669817" long="-73.975837"/>
<!-- Queens area -->
<location lat="40.746071" long="-73.941848"/>
<!-- Flushing area -->
<location lat="40.781227" long="-73.859195"/>
</instagram>
<flickr>
<apiKey>xxx</apiKey>
<secret>xxx</secret>
<radius>32</radius>
<radiusUnits>km</radiusUnits>
<location lat="40.790716" long="-73.955841"/>
</flickr>
</config>