Email or username:

Password:

Forgot your password?
Top-level
Josh Lee

@darius sigh, of course CORS gets in the way github.com/mastodon/mastodon/i

of like, crawling posts which are publicly visible and so shouldn't need any authentication.

(i'm also bummed out to learn that mastodon doesn't allow api token access to the as resources, only to its proprietary api. as resources need digest signed requests, which of course you can't do unless you're the server which holds the signing key of a recipient.)

2 comments
Darius Kazemi

@jleedev I wouldn't want to crawl public posts anyway. I would want to auth the app with a user which would allow blocks to be respected (even on public posts)

Josh Lee

@darius and that also means using the Mastodon api (which is CORS enabled, FWIW) to reformat what the user is *already seeing* instead of building a fediverse client for this.

Go Up