Platforms Overview
All social media platforms supported by PostPeer and their current status.
Supported Platforms
PostPeer lets you publish to all major social platforms through a single API. Connect an account via OAuth, then use the same /v1/posts endpoint regardless of platform.
| Platform | Status | Content Types |
|---|---|---|
| Twitter/X | Live | Text, images, videos, GIFs, threads, polls |
| Live | Images, videos, reels, carousels | |
| YouTube | Live | Videos, Shorts |
| TikTok | Coming soon | Videos |
| Coming soon | Text, images, videos, links | |
| Threads | Coming soon | Text, images, videos |
| Coming soon | Pins with images |
How It Works
Every platform follows the same pattern:
1. Connect an Account
This returns an OAuth URL. Redirect the user to authorize, and the account is connected to your project.
2. Get the Account ID
Use the id from the response as the accountId when posting.
3. Publish
Platform-Specific Options
Each platform supports a platformSpecificData object for platform-specific settings like YouTube titles, Twitter polls, or Pinterest board targeting. See the individual platform pages for details.
Cross-Posting
Post to multiple platforms in a single request by adding entries to the platforms array:
Each platform is published independently. If one fails, the others still succeed (you'll get a 207 partial success response).