We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: