if you're seeing this then I managed to toot from Clojure. \o/

(http/post
(str (uri/join (:host @toot-cat) "/api/v1/statuses"))
{:form-params {:status "if you're seeing this then I managed to toot from Clojure. \o/"}
:headers "Authorization" (str "Bearer " access-token)})

@plexus congrats! Emoticon Rich Hickey approves 8&:-D

Was getting an access token straightforward?

@henry look at my other toots, I posted the source. Wasn't too bad in hindsight, but you have to get the details right, and the errors aren't very helpful.
@plexus ah, thanks for letting me know. Amaroq won't let me see toots before my single-user instance started following you. I'll switch over to the website and do my homework