mori239 / websmsdroid

Automatically exported from code.google.com/p/websmsdroid
0 stars 0 forks source link

Clickatell connector #326

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. this is not a problem.

What is the expected output? What do you see instead?
SMS over Clickatell service.

What version of the product are you using? On what operating system?
Android 1.6

Please provide any additional information below.
A connector for Clickatell would be very nice.
This is a very popular service.

Original issue reported on code.google.com by ilkerakt...@gmail.com on 9 Sep 2010 at 7:54

GoogleCodeExporter commented 8 years ago
is there any API to push the data to?
if it's that popular, you might look for anybody who actually uses this service 
to build a connector.
the websms-api is free to use. ;)

i just do not have the time to implement/maintain an other connector.

Original comment by felix.bechstein on 11 Sep 2010 at 1:15

GoogleCodeExporter commented 8 years ago

Original comment by felix.bechstein on 11 Sep 2010 at 1:15

GoogleCodeExporter commented 8 years ago
There is an API to push data.
In fact you just have to call a http URL.
Do you have such generic connector to post a http URL with specific parameters ?

Original comment by ilkerakt...@gmail.com on 14 Sep 2010 at 6:04

GoogleCodeExporter commented 8 years ago
Hi again,

On the following URL, there is sample codes for php, cfm, c# , c++  , VB for 
the API
http://www.clickatell.com/downloads/Clickatell_sample_code.pdf

They are all very short codes. But I don't know how to build an APK. 
As I'm not a developer, I didn't understand the WebSMS API document.
If it's easy, can anyone do it ?

I'd appreciate that :)

Original comment by ilkerakt...@gmail.com on 14 Sep 2010 at 6:13

GoogleCodeExporter commented 8 years ago
http://api.clickatell.com/http/sendmsg?user=xxxxx&password
=xxxxx&api_id=xxxxx&to=xxxxxxxxx&text=Meet+me+outside 

This is the simple http post method as far as I see.

At this URL there is a API documentation with all optional parameters:
http://www.clickatell.com/downloads/http/Clickatell_HTTP.pdf

The optional parameter "from" would be nice to have.

This is the 2 methods for authentication:

http://api.clickatell.com/http/sendmsg?session_id=xxxx&to=xxxx&text=xxxx

http://api.clickatell.com/http/sendmsg?api_id=xxxx&user=xxxx&password=xxxx&to=xx
xx&text=xxxx

There is also https and http support:

Command:
Not encrypted: 
http://api.clickatell.com/http/auth?api_id=xxxx&user=xxxx&password=xxxx
Encrypted: 
https://api.clickatell.com/http/auth?api_id=xxxx&user=xxxx&password=xxxx
Response:
OK: Session ID
or:
ERR: Error number, error description

Original comment by ilkerakt...@gmail.com on 14 Sep 2010 at 6:29

GoogleCodeExporter commented 8 years ago
even if it's very easy for me to build a connector for your service, it needs 
time i do not have at the moment.

but if there is some spare time, i might implement it. please be patient.

Original comment by felix.bechstein on 15 Sep 2010 at 4:47

GoogleCodeExporter commented 8 years ago
ok;I'll be patient...
but tell me when I should check back earliest ?

Original comment by ilkerakt...@gmail.com on 15 Sep 2010 at 5:47

GoogleCodeExporter commented 8 years ago
just "star" this issue to get notified by mail

Original comment by felix.bechstein on 15 Sep 2010 at 9:26