Skip to main content
Global feed returns a paginated collection of posts for the current user’s global feed surface. Use data type filters when your UI only needs a subset of post types, such as an image or video feed.
The global feed shows at most the 20 most recent posts per user or community. Older posts from the same source are not included.

Parameters

Android cache invalidation

Android feed builders expose invalidateCache(true). Use it for deliberate refresh flows, such as pull-to-refresh, when the first page should not reuse the existing paging cache.
invalidateCache is an Android feed-query option in the current SDK surface reviewed for this page.

Global Feed UIKit

Render the chronological global feed with the prebuilt UIKit component.

Custom-Ranking Global Feed

The same content, ordered by engagement instead of by time.

Query Posts

Query user and community post collections with more filters.