-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathprivacy.php
More file actions
44 lines (30 loc) · 1.31 KB
/
privacy.php
File metadata and controls
44 lines (30 loc) · 1.31 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Visual Tagnet Explorer</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<table>
<tr>
<td >
<h1>Visual Tagnet Explorer</h1>
<h2>Privacy Policy</h2>
<p>This app uses your Instagram credentials to connect to the service's API to retrieve lists of media that are either tagged with a specific hashtag or posted to a specific location. It does not retrieve any info from your personal account and it
does not post from your account in any way. No account information or other elements (IP address, etc.) are stored and the data files you generate are automatically deleted from the server once per day.
</p>
<p>The full source code of this app is available <a href="https://github.com/bernorieder/Visual-Tagnet-Explorer" target="_blank">here.</a></p>
</td>
</tr>
</table>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68146659-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>