Trying to use lexicons/app/bsky/feed/getRepostedBy but hitting the limit #1482
-
For my feed, I have created a way to opt in and out of appearing, and it involves reposting a single post on an account. When the indexing logic of the feed sees those reposts, it knows who belongs on it. However, the issue I'm running into is that this API is capped at 100 and there is no way to get more, even to paginate through. Obviously there are other ways to register a person for my feed, but I quite like this one. Is there any way around this limit? https://github.com/bluesky-social/atproto/blob/main/lexicons/app/bsky/feed/getRepostedBy.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can paginate by providing the cursor in the response in the next request's params |
Beta Was this translation helpful? Give feedback.
You can paginate by providing the cursor in the response in the next request's params