Skip to main content

in reply to Astro

Mastodon has merged a PR which disabled anonymous streaming API access. Will this affect fedi.buzz/fedi.buzz relay?
in reply to Talon

@talon
Oh dear, that would be the end to #FediBuzz. Do you have a link for that?
in reply to Astro

Here: https://github.com/mastodon/mastodon/pull/23989
in reply to Astro

the only way around this I can figure out is to periodically call the public unauthenticated timeline API methods. That would make it less realtime, and you'd probably need to keep track of which ID the last post was so you can paginate through. But definitely not ideal and I'd imagine you'd run into a lot of rate limiting for bigger servers.
in reply to Talon

and of course not to mention the resource increase... so might not be worth it at all. That's annoying.