Hopefully someone (RokuChris?) has messed with this and can help a little. I am trying to send a tweet. I am able to retrieve tweets from a home_timeline or a certain #hashtag no problem. The main dif...
You're using AsyncPostFromString which returns immediately, before the response is received. If you want to read the response, you have to listen for an roUrlEvent on the message port associated with the roUrlTransfer object. NewHttp is a utility function that creates the roUrlTransfer object and the message port, and does some initialization. In most of the examples it's in a file called urlUtils.brs.