Timelines
Timelines are personalized lists of posts, tailored for each account according to their social graph.
Account Timeline
The account timeline is the aggregated list of items (root posts, comments, reposts) generated from the account's social graph. The timeline is organized based on relevance and recency.
- TypeScript
- GraphQL
- React
Use the fetchTimeline action to fetch the account timeline.
See the Pagination guide for more information on how to handle paginated results.
Timeline Highlights
Timeline Highlights is a curated selection of posts from an account timeline that have received the most engagement. This feature is useful for quickly catching up on the most popular content.
- TypeScript
- GraphQL
- React
Use the fetchTimelineHighlights action to fetch most popular posts and quotes from an account timeline.
See the Pagination guide for more information on how to handle paginated results.