Supported platforms

Platform adapters for shared social API workflows.

Nimbipost keeps application code on a stable user, post, search, and pagination contract while each adapter owns the platform-specific endpoint, credential, and response-shape work.

Adapter index.

These links give crawlers and readers stable entry points for each supported platform.

Adapter details.

Use these summaries to choose credentials and understand what each adapter normalizes.

X/Twitter adapter

Primary GraphQL adapter for profiles, posts, home and Following timelines, search, and social graph reads.

  • Factory name: x
  • Credential model: guest session, account login, saved session, or X_AUTH_TOKEN.
  • Best fit: session-aware X/Twitter reads with pagination, transaction ids, and optional Following timeline time filters.

Bluesky adapter

AT Protocol public API reads for profiles, author feeds, post lookup, and search.

  • Factory name: bluesky
  • Credential model: optional access token for authenticated API calls.
  • Best fit: public profile and post discovery workflows.

Mastodon adapter

Instance-scoped REST API adapter for accounts, statuses, and search.

  • Factory name: mastodon
  • Credential model: instance URL with optional access token.
  • Best fit: federated social reads where the target instance is known.

Reddit adapter

OAuth API reads for users, submissions, post lookup, and search.

  • Factory name: reddit
  • Credential model: Reddit OAuth access token.
  • Best fit: user submission and search integrations.

YouTube adapter

YouTube Data API reads for channels, videos, and search results.

  • Factory name: youtube
  • Credential model: API key or bearer token.
  • Best fit: video and channel metadata retrieval.

TikTok adapter

Display API reads for authenticated user profile and video-list access.

  • Factory name: tiktok
  • Credential model: approved Display API access token.
  • Best fit: user-owned profile and media workflows.

Telegram adapter

Bot API reads for bot identity and update-backed message workflows.

  • Factory name: telegram
  • Credential model: Telegram bot token.
  • Best fit: bot-managed update ingestion.

Threads adapter

Graph API reads for Threads profile and thread data.

  • Factory name: threads
  • Credential model: access token and user id.
  • Best fit: Threads Graph API integrations with approved access.

Instagram adapter

Graph API reads for Instagram profile and media data.

  • Factory name: instagram
  • Credential model: access token and user id.
  • Best fit: creator and business media reads through Graph API permissions.

Need Node-neutral access?

Run the same adapter layer behind the Nimbipost HTTP Gateway so non-Node services can call the SDK through stable REST routes.

Open Gateway guide