Supported providers
5+
mypostshare is a production-ready social media API for SaaS products that need hosted OAuth, secure account connection, direct posting, and scheduled social media publishing without managing each provider integration from scratch.
Built for developers, startups, AI tools, and multi-tenant SaaS platforms.
curl -X POST "https://mypostshare.com/api/v1/posts/scheduled" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"externalUserId": "user_123",
"content": "Scheduled via mypostshare docs page.",
"platforms": ["linkedin", "twitter"],
"scheduleAt": "2026-03-22T09:30:00.000Z",
"metadata": { "campaign": "launch-week" }
}'Supported providers
5+
Core API endpoints
10
Hosted OAuth flow
Built in
Publishing modes
Direct + Scheduled
Who it’s for
mypostshare fits teams that want to offer social account connection, social media posting, and scheduling inside their own product without becoming a full-time integration team.
SaaS founders
Embed social account connection and publishing inside your product without managing every provider API yourself.
AI tools and agents
Give agent workflows a reliable social posting layer with hosted OAuth and delivery tracking.
Marketing platforms
Support multiple customers, end users, and social profiles with one multi-tenant integration.
Internal and no-code tools
Ship repeatable connect, publish, and schedule actions backed by a hardened API surface.
Problem
Every provider has different connection rules, publish behavior, and operational edge cases. Teams often end up maintaining a second product just to support social features.
Every provider has different OAuth rules, scopes, and callback requirements.
Posting payloads and media support vary by platform.
Scheduling needs queues, retries, and delivery status tracking.
Multi-tenant social integrations become expensive to build and maintain in-house.
Solution
mypostshare centralizes hosted OAuth, customer credential management, direct posting, and scheduled publishing so your product team can ship faster with less infrastructure work.
One social media API for connect sessions, posting, and scheduling.
Hosted OAuth with fixed callbacks and safe redirect handling.
Customer-owned credentials or managed credentials in the same platform.
Dashboard controls, logs, and billing visibility for real production operations.
Core features
Everything you need to connect accounts, publish content, schedule reliably, and operate the integration across multiple customer apps.
Publish anywhere
Create one request and deliver to multiple connected platforms.
Schedule reliably
Queue content for later with built-in background processing.
Hosted OAuth
Let end users connect accounts through a secure hosted social login flow.
Dashboard and logs
Operate the integration without building internal support tooling first.
Managed credentials
mypostshare now supports both modes in one hosted OAuth flow. Customers can bring their own provider apps, or you can enable managed credentials so they connect instantly and start publishing sooner.
Your app
Dashboard, onboarding, embedded flows
mypostshare API
OAuth, callback handling, token storage, posting
Bring your own app credentials
Customers can connect their own LinkedIn, X, Meta, and Google apps when they want full platform ownership.
Use mypostshare managed credentials
Turn on your managed apps so customers can connect faster without entering client IDs or secrets.
Why this matters
This gives your customers a faster onboarding path without removing flexibility. Teams that already have social developer apps can keep using them, while everyone else can connect with your pre-configured credentials and start posting immediately.
Single fixed provider callback per platform
Session-backed redirect handling with safe return URLs
Works for both customer-managed and mypostshare-managed app credentials
Built for multi-tenant OAuth at SaaS scale
How it works
mypostshare gives customer products one clear integration path: create an app, connect social accounts through hosted OAuth, and publish or schedule content through a single social media API.
Create an app and API key
Set up a tenant app in the dashboard, configure redirect allowlists, and choose managed or customer-owned credentials.
Create or sync your end user
Upsert a stable external user ID so every connection and publish request maps back to the right customer user.
Start hosted OAuth
Create a connect session, redirect the user to mypostshare, and return them safely after provider authorization completes.
Publish now or schedule later
Use one API for immediate or scheduled posting and track request and delivery status for every platform.
Production-ready infrastructure
Instead of stitching together provider SDKs, token refresh logic, redirect handling, queues, and support tooling, your team gets one platform that centralizes social account connection and publishing operations.
Multi-tenant by design
Apps, API keys, end users, sessions, and post requests stay isolated per customer tenant.
Safe OAuth handling
Fixed provider callbacks, session-backed state, and allowlisted redirect URLs reduce common OAuth risk.
Production logs
Track connect sessions, post requests, and delivery outcomes for support and operations.
Developer-ready docs
REST endpoints, predictable JSON, and production examples help customer engineering teams move faster.
Faster time to market
Launch a social media API in your product without building and maintaining each provider integration from scratch.
Built for embedded products
Works for SaaS platforms, AI tools, internal systems, and customer-facing products that need social publishing.
Operations console
Console
Latest activity
Connect session
linkedin · connected
Post request
scheduled · queued
Delivery
facebook · published
Security and support visibility built in
API-key auth, tenant isolation, hosted OAuth safety, and persistent activity history help your team support real customers without building extra internal tooling first.
Pricing
Your customers can connect unlimited users and social accounts. Billing only applies when their backend calls your posting APIs, with scheduled requests consuming more credits than direct posts.
Free
Flexible start
Start with $5 worth of credits and unlimited end-user account connections.
Basic
per month
Best for small SaaS launching social features with predictable credit-based usage.
Advanced
per month
Best for scaling products that need more credits and more room to grow.
Custom
Flexible start
Built for platforms handling millions of posts with dedicated support, SLA, and custom limits. Scale to 10,000 users and still pay based on usage.
What you get in all plans
Unified Posting API
Multi-user support
OAuth integrations
Background job processing
Immediate post API call
5 credits
Scheduled post API call
8 credits
Connected end users
Unlimited
Charge trigger
Only on posting
Landing pages
These pages help position mypostshare around clear developer intent: social media API, auto posting, and platform-specific publishing flows.
A dedicated page for teams searching for a social media API with hosted OAuth, account connection, and publishing.
Open pagePosition mypostshare for products that want to publish instantly or schedule content through one API.
Open pageTarget LinkedIn-focused teams that need a safer, faster posting workflow inside their product.
Open pageShow how Instagram fits into a broader multi-platform publishing and connection workflow.
Open pageLatest from the blog
Read practical articles on content distribution strategies, growing reach, and building repeatable social publishing workflows.
March 28, 2026
Learn how fast social distribution helps teams publish once, reach multiple platforms, and grow content performance without adding extra manual work.
Read articleMarch 28, 2026
Explore practical content distribution strategies for SaaS, media, and creator teams that want more reach, consistency, and measurable social performance.
Read articleMarch 28, 2026
A practical guide to growing content reach across social platforms by improving distribution systems, publishing consistency, and audience touchpoints.
Read articleFAQ
Short answers for product and engineering teams evaluating mypostshare for hosted OAuth, social account connection, direct posting, and scheduled publishing.
How do I connect social media accounts in my app?
Create a connect session from your backend, redirect the user to mypostshare hosted OAuth, and receive a safe redirect back to your redirect URL after the account is connected.
Can I schedule social media posts using the API?
Yes. Use the scheduled posts endpoint with an ISO date-time. mypostshare queues the job, publishes at the correct time, and stores delivery status per platform.
Can customers use their own app credentials?
Yes. mypostshare supports both customer-owned credentials and managed credentials, so you can choose the onboarding flow that fits each app.
Which platforms are supported?
LinkedIn, X/Twitter, Facebook, Instagram, and YouTube are supported in the current release.
Get started
Start in the dashboard to create an app, configure credentials, and generate an API key. Then use the docs and playground to connect social accounts and test direct or scheduled publishing through `https://mypostshare.com/api`.