I may be doing something stupid, so feel free to correct me, but I think the cursor parameter is broken on the API side of things.
Other parameters work like for example: https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=test&limit=100
But when I add the cursor parameter I get 403 Forbidden, for example: https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=test&limit=100&cursor=%2210%22
I want to use the cursor to fetch 400 posts instead of the limited 100.
For any sort of help I thank in advance!
I may be doing something stupid, so feel free to correct me, but I think the cursor parameter is broken on the API side of things.
Other parameters work like for example: https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=test&limit=100
But when I add the cursor parameter I get 403 Forbidden, for example: https://public.api.bsky.app/xrpc/app.bsky.feed.searchPosts?q=test&limit=100&cursor=%2210%22
I want to use the cursor to fetch 400 posts instead of the limited 100.
For any sort of help I thank in advance!