det.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon Server des Unterhaltungsfernsehen Ehrenfeld zum dezentralen Diskurs.

Administered by:

Server stats:

2.2K
active users

#httr

0 posts0 participants0 posts today

The nice thing about having a hobby #rstats 📦 you've been working on off and on for literally ten years now is that you get to be in a forever-refactor and it's never done.

Yanked out #httr and replaced it with #httr2 successfully(ish) though, so that's nice.

TIL the @trakt API does not fully conform with RFC 8628, which expects the device token request to have the field "device_code", but the trakt.tv API expects a field named "code".
This is as far as I can tell the one and only reason I can't take the off-the-shelf #httr2 OAuth implementation and probably will have to kajigger the token stuff manually, which I hate 🙃
(Or I just keep my old #httr version which is "good enough" I guess)
#RStats