Csatornák

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.

PlatformCharacter limitRules and settings
TikTokno dataTikTok settings
Instagramno dataInstagram settings
Facebookno dataFacebook settings
Threads500Threads settings
LinkedInno dataLinkedIn settings
YouTubeno dataYouTube settings
X (Twitter)280X (Twitter) settings
Pinterestno dataPinterest settings
Bluesky300Bluesky settings
Google Businessno dataGoogle Business settings
Discord1980Discord settings
Telegramno dataTelegram settings
Slackno dataSlack 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

  1. 1
    Open the Channels page
    From the Channels item in the left menu. You also get here from the calendar's empty state.
  2. 2
    Add channel
    The button opens a grid of platforms. Click the one you want to connect.
  3. 3
    Grant access on the platform
    The 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.
  4. 4
    Choose which page or account to connect
    If 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

Connecting is consent, not data entry

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.

Is something missing from this page? Email [email protected] or use the form on the Help page.