Threads (Meta) service plugin — Threads API #25

Open
opened 2026-05-28 18:51:50 +00:00 by jmiller · 1 comment
Owner

Cross-post to Meta's Threads platform.

Reuses Facebook OAuth infrastructure (same Meta Business Suite).

Credentials:

{
  "mode": "default|custom",
  "access_token": "...",
  "user_id": "..."
}

Features:

  • Threads Publishing API
  • Text posts (500 char limit)
  • Image and link attachments
  • Same OAuth flow as Facebook plugin
  • Default MokoWaaS app mode
Cross-post to Meta's Threads platform. Reuses Facebook OAuth infrastructure (same Meta Business Suite). **Credentials:** ```json { "mode": "default|custom", "access_token": "...", "user_id": "..." } ``` **Features:** - Threads Publishing API - Text posts (500 char limit) - Image and link attachments - Same OAuth flow as Facebook plugin - Default MokoWaaS app mode
Author
Owner

Branch created: feature/25-threads-meta-service-plugin-threads-api

git fetch origin
git checkout feature/25-threads-meta-service-plugin-threads-api
Branch created: [`feature/25-threads-meta-service-plugin-threads-api`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCross/src/branch/feature/25-threads-meta-service-plugin-threads-api) ```bash git fetch origin git checkout feature/25-threads-meta-service-plugin-threads-api ```
Sign in to join this conversation.
Type Feature
Status
Priority High
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCross#25