Page 1 of 1

Push Notifications to Android Iphone or Windows Phone

PostPosted: Mon Jun 18, 2018 9:07 am
by conjure
Here is the code needed to push notifications to your phone.
Just install Notify My Device on your phone
Code: Select all
require("http_lua");
local req = http_lua.createRequest();
req:start("https://www.notifymydevice.com/push?ApiKey=xxxxxxxxxxxxxxxxxxxx&PushTitle= (" .. instance.bid:instrument() .. ") &PushText=BUY");