Simple Dart code to tweet using OAuth

1 · Danny Tuppeny · Jan. 27, 2017, midnight
Writing Dart? Check out Dart Code, my Dart extension for Visual Studio Code! Last year I blogged about the simplest C# code I could come up with to post tweets without having to jump through OpenAuth hoops. This only works for accounts you can get keys for (eg. your own) but it’s significnatly simpler than the normal OAuth flow. Since running C# on my Raspberry Pi turned out to be significantly more effort than I expected from the “cross platform” .NET Core (I did try mono but getting SSL work...