feat: Cross-post to Facebook and Twitter from activity stream #93

Open
opened 2026-06-04 12:46:52 +00:00 by jmiller · 2 comments
Owner

Summary

Allow users to cross-post their activity stream posts to their connected Facebook and Twitter accounts.

Features

  • Toggle per-post: "Also share to Facebook" / "Also share to Twitter"
  • Uses existing social login OAuth tokens for posting
  • Facebook: Graph API /me/feed
  • Twitter: API v2 /tweets
  • Only for user-authored posts (not system activity)
  • Respects post visibility (only public posts can be cross-posted)
  • Rate limiting to prevent spam

Requires

  • MokoJoomSocialLogin tokens with write permissions
  • Facebook: publish_to_groups or pages_manage_posts scope
  • Twitter: tweet.write scope

Priority: v1.2

## Summary Allow users to cross-post their activity stream posts to their connected Facebook and Twitter accounts. ## Features - Toggle per-post: "Also share to Facebook" / "Also share to Twitter" - Uses existing social login OAuth tokens for posting - Facebook: Graph API /me/feed - Twitter: API v2 /tweets - Only for user-authored posts (not system activity) - Respects post visibility (only public posts can be cross-posted) - Rate limiting to prevent spam ## Requires - MokoJoomSocialLogin tokens with write permissions - Facebook: publish_to_groups or pages_manage_posts scope - Twitter: tweet.write scope ## Priority: v1.2
Author
Owner

Branch created: feature/93-feat-cross-post-to-facebook-and-twitter-

git fetch origin
git checkout feature/93-feat-cross-post-to-facebook-and-twitter-
Branch created: [`feature/93-feat-cross-post-to-facebook-and-twitter-`](https://git.mokoconsulting.tech/MokoConsulting/MokoJoomCommunity/src/branch/feature/93-feat-cross-post-to-facebook-and-twitter-) ```bash git fetch origin git checkout feature/93-feat-cross-post-to-facebook-and-twitter- ```
Author
Owner

Built: CrossPostHelper built — Facebook Graph API + Twitter API v2. Uses social login tokens. Only public posts.

Built: CrossPostHelper built — Facebook Graph API + Twitter API v2. Uses social login tokens. Only public posts.
jmiller added the pending: testing label 2026-06-04 13:22:56 +00:00
Sign in to join this conversation.
No labels pending: testing
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomCommunity#93