Skip to content
New issue

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

public.api.bsky.app/xrpc/app.bsky.feed.searchPosts "cursor" parameter is not working. #296

Open
wiksien opened this issue Dec 17, 2024 · 0 comments

Comments

@wiksien
Copy link

wiksien commented Dec 17, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant