hmmm, twitter api?Seeing there is also a twitter posting app in homebrew request thread, I looked how the twitter API is working, in hope to create a homebrew to post tweets and pic/video to twitter, but it's not as open as I thought.
I thought anyone could send a tweet by providing his own login/password and message to post, but it's restricted to registered application with private keys only (open source homebrew and private keys doesn't mix well haha)
A solution would be to require users to request a twitter developer account to get their own private keys to allow communication with the API, it's a little heaver than I imagined.
another solution would be to keep the homebrew closed source, and work on behalf of user's provided credential, but I'm sure the private key can be retrieved by decompiling the homebrew so it's not safe for a released app (it is for online app, like webpage, servers, etc.).
maybe that's a developer restriction, and there's a end user API I missed ?
is it like e request google api key from certain page to get some apps to works?
i remember something like that i used on map app for Pokemon Go on mobile.
so if everyone can request that twitter api key, the app on switch should be good, right?
