Posting to twitter

Are there any examples of posting to Twitter using appStudio? There are some samples using twitter but they don’t seem to post. Thanks for any direction.

No examples, but the API seems to be documented here:

The last time I did this, on iPhone when you hit twitters JavaScript api, it would open the twitter app on the users phone (if it was installed).

There were also issues with getting and setting and maintaining the authorization tokens… we ended up writing our own “monkey in the middle” api on our server. Our app wrote to our api, it handled all the other stuff and sent notifications back to the app. There was nothing easy about any of the process.

Hopefully that’s changed.