get_friend_feed
Retrieve the friend check-in feed to see recent activity from people you follow. Supports pagination with limit and ID parameters.
Instructions
Retrieve the friend check-in feed for the authenticated user (requires UNTAPPD_ACCESS_TOKEN)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page (max 50, default 25 — the API may cap some feeds at 25) | |
| max_id | No | Return results older than this checkin ID | |
| min_id | No | Return only checkins newer than this ID |