Csatorna bekötése
Melyik platformot támogatja a Posty, hogyan kötöd be egy fiókodat, és miért nem lehet ezt a lépést automatizálni.
Supported platforms
We currently support 13 platforms. In the app we call them channels: a channel is a connected social account, page, or profile.
| Platform | Character limit | Rules and settings |
|---|---|---|
| TikTok | no data | TikTok settings |
| no data | Instagram settings | |
| no data | Facebook settings | |
| Threads | 500 | Threads settings |
| no data | LinkedIn settings | |
| YouTube | no data | YouTube settings |
| X (Twitter) | 280 | X (Twitter) settings |
| no data | Pinterest settings | |
| Bluesky | 300 | Bluesky settings |
| Google Business | no data | Google Business settings |
| Discord | 1980 | Discord settings |
| Telegram | no data | Telegram settings |
| Slack | no data | Slack settings |
The character limit is the platform's, not ours, and on some platforms it also depends on the account type. That's why the editor always shows the value unlocked for the connected account, not this table.
How to connect
- 1Open the Channels pageFrom the
Channelsitem in the left menu. You also get here from the calendar's empty state. - 2Add channelThe button opens a grid of platforms. Click the one you want to connect.
- 3Grant access on the platformThe platform's own window opens, and you sign in with your own credentials. This is where you allow us to post on your behalf. We don't see or store your password. We only receive an access token.
- 4Choose which page or account to connectIf you have more than one page, profile, or channel on the platform, you pick from a list after you return. This step always appears for a Facebook Page, a LinkedIn company page, a YouTube channel, and a Google Business location.
The connected channel appears immediately on the Channels page and in the editor's channel selector.
Differences by platform
- Facebook: you can only post to a Page, not to a personal timeline. That's the platform's rule, not ours.
- Instagram: there are two ways to connect: a business account linked to a Facebook Page, and an account connected directly. They can do the same things, but the platform authenticates them differently.
- LinkedIn: a personal profile and a company page are two separate channels. If you want to post to both, connect each one.
- Bluesky: you connect with an app password you create in Bluesky's settings. Don't enter your account's main password.
- Discord, Slack, Telegram: you add our bot to the server, workspace, or channel. The post then goes to a channel addressed by ID.
Required fields and limits for each platform are in the Platforms section, one page per platform.
Why this needs a person
Social platforms ask a person for consent before an app can post on their behalf. That consent has to be given on the platform's own site. That's why connecting cannot be automated: neither the API, nor the command-line tool, nor an AI agent can connect a channel for you.
This is the only thing in Posty that a machine cannot do. Everything else you can do in the app, you can also do from the API.
Starting a connection from the API
If you want to start the connection from your own interface, the API can return the platform URL that has to be opened. A person still has to open it and approve.
curl https://api.posty.hu/public/v1/social/x \
-H "Authorization: psty_a_kulcsod"The response contains a url field. Details are on the Start connecting a channel endpoint.