0

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

4

1 回答 1

0

这是不可能的。Kik API 的结构方式是,只有在用户明确许可的情况下才能发送消息。

推送通知是您的用例的替代方案。在此处查看文档:http: //dev.kik.com/docs/#push

于 2014-08-05T13:00:22.620 回答