bluesky_get_liked_posts
Retrieve a list of posts liked by a user on BlueSky, with options to set a limit and paginate through results using a cursor for efficient data collection.
Instructions
Get a list of posts liked by the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for next page of results | |
limit | No | Maximum number of liked posts to return (default 50, max 100) |