Textamerica
I think the api documentation (http://textamerica.com/api.aspx) is not
that detailed...
My first question would be... What do I have to do?? Do I have to send
the xml
<?xml version="1.0"?>
<methodCall>
<methodName>ta.Moblog.GetMyMoblogs</methodName>
<params>
<param><value>MYAPPKEYXXYY77XX</value></param>
<param><value>MyLogin</value></param>
<param><value>MyPassword123</value></param>
</params>
</methodCall>
via HTTP post (or get) to http://xml.api.textamerica.com to get the
response? And the parameter name?
Than it would be nice to have also some get methods...
Ciao!