Skip to content

Commit 16f99f1

Browse files
authored
clarify media posting requirements for TikTok integration
1 parent 5fb87c9 commit 16f99f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pages/providers/tiktok.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
88
import NeverShare from "../../components/snippets/never.share.mdx";
99

1010
<NeverShare />
11-
1211
<Callout>
1312
This integration requires that you have a TikTok developer account. It also requires that you have a public website, with https, and can upload files to that site to verify ownership.
1413

1514
TikTok will also not allow http:// for your app redirect URI, so you will need to be accessing Postiz from HTTPS.
1615
</Callout>
16+
<Callout type="warning">
17+
**NOTE:** Due to TikTok's restrictions, to upload media you have to host Postiz on a domain using a reverse proxy such as [Caddy](/reverse-proxies/caddy/) or an more manual setup with [Cloudflare R2](/configuration/r2/).
18+
19+
Make sure the domain you host media on is on your developer account's list of sites with verified ownership.
20+
</Callout>
1721

1822
<Steps>
1923

0 commit comments

Comments
 (0)