NetTalk Central

Author Topic: Sending messages via Telegram messenger  (Read 6856 times)

Andjane

  • Newbie
  • *
  • Posts: 22
    • View Profile
    • Email
Sending messages via Telegram messenger
« on: March 18, 2014, 12:41:04 PM »
Besides my applications sending SMS's and emails to clients i am trying to send messages via telegram messenger. I downloaded the telegram webogram which was written in js. I installed the js node webserver and got it all up and running. Works great and is way faster than whats app.
That said my problem is how do i send a message from my applcation or from a nettal web server ?

so on the web page i can select a contact then type in a message in a field and press the send button. Now how can i simulate this from my application or a nettalk web server or any better ideas ?

In firefox i had a look at the code for the send button :

<button class="btn btn-success im_submit" type="submit">Send</button>

Any input would really be appreciated

Regards

Andreas

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Sending messages via Telegram messenger
« Reply #1 on: March 18, 2014, 10:34:13 PM »
Hi Andreas,

does Telegram have an API for sending messages into it?

cheers
Bruce

Wolfgang Orth

  • Sr. Member
  • ****
  • Posts: 251
    • View Profile
    • oData Wolfgang Orth
Re: Sending messages via Telegram messenger
« Reply #2 on: April 17, 2014, 07:20:41 AM »
While Telegram Messenger, Whatsapp and Whatnot is all proprietary (however wide spread), how about the integration of XMPP aka Jabber?

Its open source and also widely spread....

http://xmpp.org/xmpp-software/libraries/

Just as an idea.  ;D