-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
51 lines (43 loc) · 2.36 KB
/
Copy pathprivacy.html
File metadata and controls
51 lines (43 loc) · 2.36 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
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — 22stagioni</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; max-width: 720px; margin: 60px auto; padding: 0 24px; color: #1a1a1a; line-height: 1.7; }
h1 { font-size: 1.8rem; margin-bottom: 0.25rem; }
h2 { font-size: 1.1rem; margin-top: 2rem; }
p, li { color: #444; }
footer { margin-top: 3rem; font-size: 0.85rem; color: #999; }
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<p><em>Last updated: May 26, 2025</em></p>
<p>This Privacy Policy describes how <strong>22stagioni</strong> ("we", "us", "our") handles information in connection with our social media automation application.</p>
<h2>1. What We Collect</h2>
<p>Our application accesses the following data solely to publish content on your behalf:</p>
<ul>
<li>TikTok account identifier and access tokens, used exclusively to upload and publish videos to your TikTok account.</li>
<li>Basic profile information returned by the TikTok API during authentication.</li>
</ul>
<h2>2. How We Use Your Data</h2>
<p>We use the data collected exclusively to:</p>
<ul>
<li>Authenticate with the TikTok API on your behalf.</li>
<li>Upload and publish video content to your TikTok account.</li>
<li>Refresh access tokens to maintain uninterrupted service.</li>
</ul>
<p>We do not sell, share, or disclose your data to third parties.</p>
<h2>3. Data Storage</h2>
<p>Access tokens are stored in a private, self-hosted database (Supabase) accessible only to the application owner. No data is stored on third-party analytics or advertising platforms.</p>
<h2>4. Data Retention</h2>
<p>Tokens and account data are retained for as long as the integration is active. You may request deletion at any time by contacting us.</p>
<h2>5. Your Rights</h2>
<p>You may revoke access at any time by disconnecting the app from your TikTok account settings at <a href="https://www.tiktok.com/settings/connected-apps">tiktok.com/settings/connected-apps</a>.</p>
<h2>6. Contact</h2>
<p>For any privacy-related requests: <a href="mailto:mattia.antonini1995@gmail.com">mattia.antonini1995@gmail.com</a></p>
<footer>22stagioni — All rights reserved.</footer>
</body>
</html>