I have just activated TextBelt plugin for Corona SDK.
When I run the following command: textbelt.sendUS(thenumber, themessage", check1) - it seems like it works, and I get this response:
{“status”:“success”,“isError”:false}
However, I am trying to send SMS messages to Australia, which I believe are supported by text-belt. By doing this, according to your docs I run the following command:
textbelt.sendEverywhere(thenumber, message, check1)
However, this time I get a runtime error:
ERROR: Runtime error
?:0: attempt to index a nil value
stack traceback:
[C]: ?
?: in function <?:98>
Anyone have any idea what is going on?
Thanks!