Get Untappd friend activity feed
untappd_activity_feedRetrieve recent check-ins from your Untappd friends. Supports pagination with max_id for browsing older activity.
Instructions
Get your Untappd friend activity feed — the recent check-ins from people you follow, newest first. Page backwards with max_id (the pagination.max_id from a prior call). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max check-ins (1–50, default 25) | |
| max_id | No | Return check-ins older than this id (for paging) | |
| compact | No | Project each check-in to a slim summary to save context (default false) |