Skip to content

feat(social): implement Threads publishing#256

Merged
ralyodio merged 2 commits into
profullstack:masterfrom
thejaytang:social-threads-publishing
May 17, 2026
Merged

feat(social): implement Threads publishing#256
ralyodio merged 2 commits into
profullstack:masterfrom
thejaytang:social-threads-publishing

Conversation

@thejaytang
Copy link
Copy Markdown
Contributor

Summary

  • replace the Threads social adapter stub with Meta Threads API publishing calls
  • create media containers through /{threads-user-id}/threads and publish them through /{threads-user-id}/threads_publish
  • support text, public image URL, and public video URL single-post payloads
  • add social contract coverage plus focused mocked API tests for success, media validation, and Meta error responses

Context

Closes #255
References #6

Meta Threads docs used:

Validation

  • corepack pnpm --filter @profullstack/sh1pt-social-threads typecheck
  • corepack pnpm vitest run packages/social/threads/src/index.test.ts
  • corepack pnpm --filter @profullstack/sh1pt-social-threads build

@ralyodio ralyodio merged commit d2608d3 into profullstack:master May 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Threads social publishing adapter

2 participants