Twilio Web Example using Secure Socket

Twilio Example using Secure Socket. It’s web project, but you can replicate on the desktop pretty easily.

Xojo already has an example using Curl, so I though i’d provide one using SecureSocket.

Cheers

Thanks for posting. It’s missing a file though, can’t load it.

Said something about build automation

me too.

Jordan

Thank you so much for saving me from the Twilio API documentation! And the Xojo docs too.
I just happened to be working on this very problem, ie Twilio SMS I/O.
I have had SMS working by shelling out to Curl…but that method was quite bad because everything else stopped while waiting for the SMS message list.
It really wasn’t much different though there were a couple of points that I’m sure would have taken hours to work out.