Posts
Create text, media, poll, live, room, mixed, and custom posts where supported by each SDK.
Comments
Add, query, edit, and delete comments and replies on posts or other supported targets.
Stories
Publish and retrieve short-lived story content for users and communities.
Content Sharing
Fetch network-level shareable-link configuration for supported content types.
Moderation
Let users flag content and let moderators review or manage posts where the SDK exposes review APIs.
Analytics
Mark posts and stories as viewed and read engagement counters exposed by the SDK.
Platform Coverage
This section documents SDK behavior only. Console configuration, API-only workflows, and UIKit behavior can differ and are covered elsewhere.
Integration Path
1
Choose the target
Decide whether the content belongs to a user feed, a community feed, or another target supported by the page you are implementing.
2
Upload media first
Image, video, file, audio, and clip posts reference uploaded files. Use the content-handling upload pages before calling the post creation APIs.
3
Create or query content
Use the post, comment, or story repository for the content type. Prefer the platform-specific page for exact method names and return types.
4
Observe live data when the UI needs updates
Use live objects or live collections for feeds, detail views, and comment threads that should update while the user is looking at them.
5
Add moderation and analytics
Add flagging, review, delete, pin, and impression tracking only where your product workflow and platform SDK support those actions.
Related Topics
Post Creation
Start with text posts, then add media or custom post types.
Query Posts
Load feeds and filter by target, type, status, or mixed media structure.
Realtime Events
Subscribe to social topics when the UI needs remote updates.