Get Untappd friend activity feed
untappd_activity_feedView recent check-ins from people you follow on Untappd, newest first. Page through older activity using the max_id from a prior response.
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 |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact projects each check-in to {id, user, beer, brewery, venue, rating, comment, toast/comment counts}; "full" returns Untappd's whole ~5 KB record. | |
| limit | No | Max check-ins (1–50, default 25) | |
| max_id | No | Return check-ins older than this id (for paging) |