@sumudu That one was a command-line Python app that I will trigger automatically. But I have plans to write an iOS and an Android app too. Just for shit and giggles.
// @larand @c
@sumudu That one was a command-line Python app that I will trigger automatically. But I have plans to write an iOS and an Android app too. Just for shit and giggles.
// @larand @c
@larand @c @sumudu That was the very first post from my app I will be using to crosspost stuff from my site here (and hopefully also elsewhere).
@matigo It's not too troublesome. This is just my first time I write an app that connects to a web service that requires authentication. Took some time to get it right, but now it just works.
Ha! Authentication works. Next up, send an actual post through the app.
@ukhaiku That wouldn't surprise me at all. He's that fast. :-)
// @matigo
@matigo Now that I tried it again (first login, get account status, logout), the logout returned correctly. Weird.
@matigo Ah… Didn't notice that the account object is empty in the second call to /auth/status
. But yeah, that logout returns a weird reply in my opinion.