12.04.2017, 13:47
Hi, I'm working this example
http://openrb.com/send-instant-messages-...s-with-lm/
but I have a question about this.
Regarding this part of the code:
Require 'ssl.https'
Local pushover_url = 'https://api.pushover.net/1/messages.json'
In this line, "pushover_url" this direction from where was taken?
Well I already have the account in pushover, and I got the key and the token but it still does not let me send messages from the script.
Thank you.
http://openrb.com/send-instant-messages-...s-with-lm/
but I have a question about this.
Regarding this part of the code:
Require 'ssl.https'
Local pushover_url = 'https://api.pushover.net/1/messages.json'
In this line, "pushover_url" this direction from where was taken?
Well I already have the account in pushover, and I got the key and the token but it still does not let me send messages from the script.
Thank you.