Questions tagged [kik]

Mobile web browser with built-in messaging APIs

Kik is the first smartphone messenger with a built-in browser. Functioning like a regular mobile browser it provides extra functionality such as messaging, push notification, other social & devices APIs.

Home page: http://dev.kik.com/

127 questions
-1
votes
1 answer

NodeJS Buttons, Examples?

I have been experimenting for several days now with kik bots using NodeJS. However I have not, despite my research, been able to find any examples of the implementation of buttons using NodeJS. I am referring to the keyboard options the bot presents…
-1
votes
1 answer

Using kik's API with ruby

Ok so Im learning ruby and wanted to create a bot for kik https://dev.kik.com, I just don't understand whats wrong. Here is the Code require 'HTTParty' require 'base64' require 'json' bot_name = #bot_name api_key = #api_key message =…
Scope
  • 85
  • 2
  • 12
-1
votes
1 answer

Which bot framework to use (if any) for a Kik, Facebook, & Slack messaging bot using javascript?

I'm building a chatbot that will need to be launched on Kik, Facebook, and Slack. I'm unsure of where to start in terms of using a bot framework or whether I should create something custom myself. I don't believe I will need any NLP. The user is…
-1
votes
1 answer

Is it possible to have multiple bots on a single kik account?

I have one bot already on my Kik account, but can't see a way to add more bots to the same account. Does anyone know if this is even possible?
Slasher99
  • 1
  • 1
-1
votes
2 answers

Kik Card - Synchronous XMLHttpRequest in the Kik.js file

I'm all ready to build a Kik-powered mobile web app! Okay so step one, throw this Kik.js script into the bottom of your HTML page...
Dave Lunny
  • 750
  • 8
  • 21
-1
votes
2 answers

How do I reset Kik push token?

While developing an app I get this response when I try to send a kik push "Push token is invalid and should be discarded." - 403 status while on kik docs it's said : "403: The push token is invalid and should be deleted. Do not attempt to make a…
Cristian Tr
  • 716
  • 1
  • 7
  • 25
-2
votes
2 answers

How to build a kik bot?

Are there any apis or sdk available for creating a 1:1 conversation bot for kik messenger? I want to find a way with the help of which I can send and receive messages from kik.
1 2 3
8
9