@Gargron Hey. I am making progress with MastodonSharp, however, I can't seem to get a Token with write permissions, I only get read permissions.
@naccib The default scope is "read". You want "read", "write" and possibly "follow", the query string must be something like ?scope=read+write+follow (URL encoded, basically just space-separated)