Open mo-rijndael opened 2 years ago
Was thinking about creating list automatically with some predetermined name like "Crossposter-feed" or something, that will also require write:lists
permission. Tho by default Mastodon returns a token with almost all permissions, so not a big deal. Thanks for that too!
Well, having a write
permission is not very good, because it looks less "safe" to give
Also, when software silently modifies your settings it looks not good too
when software silently modifies your settings it's not good
I think it'd be nice to have a configuration script that does all the steps necessary and spits out config file. I should create an issue for that...
I think it'd be nice to have a configuration script
Since we need browser for getting token, it can be simple static webpage with primitive scripts (to easily sure, page will not steal auth info)
Since we already have
read:lists
permission, it would be possible to get all lists via/api/v1/lists
, and then for each use/api/v1/lists/:id/accounts
to find one, which contains only current userBackward compatibility can be achieved same way as described in #11