Kik API API
Kik
About Kik API
The Kik API provides a set of endpoints and methods to integrate core Kik functionalities into your applications, including the ability to build your own Kik bot to interact with other users and build messaging capabilities.
Discussions2
- When a user starts a chat with your bot, your bot will create a unique chat ID corresponding to that user. When you send an outgoing message from the bot to the user, you will have to store this chat ID. This function is an example of how to implement this. `kik.send_messages([`\ `TextMessage(`\ `to='USER',`\ `chat_id='
',`\ `body='YOUR_MESSAGE'`\ `)`\ `])` - If your site is HTTP based, then try http://mysite.com/ -> card://mysite.com/\ \ If your site is HTTPS based, then try https://thesite.com/ -> cards://thesite.com/
Documentation
- Kik REST API v1.0https://dev.kik.com/