sending kik message with timer without calling the page

2.4k Views Asked by At

I'm programming a calendar website. The reminder message should be sent using kik. Therefore I need to send a message even if the page is not actually called. Is there a possibility to do this, for example using a timer that is set when the date/event is put into the calendar from the user

thanks for your help

1

There are 1 best solutions below

0
On BEST ANSWER

This is not possible. The Kik API is structured in a way that messages can only be sent with the user's explicit permission.

Push notifications are an alternative for your kind of use-case. Check out the documentation here: http://dev.kik.com/docs/#push