get_home_timeline
Fetch your Twitter home timeline with two feed options: algorithmic recommendations or reverse-chronological following feed.
Instructions
Fetch your Twitter home timeline feed via API. Default is the 'For You' feed (algorithmic, includes recommended posts from accounts you don't follow); set following=true for the 'Following' feed (reverse-chronological, only accounts you follow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | ||
| following | No | false (default) = For You feed (includes recommendations); true = Following feed (only accounts you follow, reverse-chronological). |