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
0
votes
1 answer

Kik bot show "Pending Approval" always

I am creating a Kik bot. It doesn’t seem to be technically difficult. I have created a new Kikbot under a Kik account A . User A can automatically subscribe to Kikbot, but when another account B subscribes to Kikbot, it shows that the number of…
0
votes
1 answer

Is it possible link link to kik groups?

I know I can make link to a username using this format: https://kik.me/username Is there an equivalent to linking to public groups knowing just the group name?
GFL
  • 1,278
  • 2
  • 15
  • 24
0
votes
0 answers

Uninstall and reinstall application will create a new sqlite file every-time? What happens to the old sqlite file on an iphone?

I want to ask if you uninstall an app and reinstall it again on an iPhone then does it create a new SQLite file every time and the old one gets deleted when you uninstall or delete the app? If so, what happens to the old SQLite files? do they just…
0
votes
1 answer

Custom Payload on DialogFlow to get Kik Developer Bots to Send Videos?

I'm having problems writing a custom payload on DialogFlow to get a Kik bot to send video's. I wrote my own custom payload, but will not send no matter where the videourl is coming from. Here's what I already have: { "kik": { "type": "video", …
Grapes
  • 1
  • 1
0
votes
1 answer

webhook not receiving incoming messages from kik

I am developing a chatbot on the kik platform. I made sure all the parameters are configured correctly, specifically the chatbot name, kik-api key, and the webhook. However, sometime, the webhook stops receiving any incoming message from the chatbot…
mansanto
  • 360
  • 4
  • 16
0
votes
1 answer

Unable to save Kik channel configuration- Azure Bot Service

I am unable to save Kik configuration in my bot service. I've opened an issue here as well- https://github.com/Microsoft/BotBuilder-V3/issues/81. So, I just want to ask if its a bug or not?
0
votes
1 answer

Kik bot able to join a group

I've been playing with the REST API for writing kik bots and it seems very straightforward to do powerful things. The kik bot I'm familiar with is RAGE, and that has a feature that when talking to it you send it 'friend' command and it responds by…
0
votes
0 answers

Open chat page with a contact on Kik programmatically

I have a list of phone contacts in my android app, I want to open chat with a contact if the user taps on it. I can open profile page of a user with the following code: KikClient.getInstance().openProfileForKikUsername(this, "username"); But I…
Waheed Abbas
  • 187
  • 1
  • 4
  • 18
0
votes
0 answers

Setting up a webhook without Google Cloud Project

Want to set up the webhook on my pc and not on google cloud project like the guide is sugesting, and I'm not quite sure how to. This is the guide: https://dialogflow.com/docs/getting-started/basic-fulfillment-conversation It says to create a…
user1021085
  • 729
  • 3
  • 10
  • 28
0
votes
0 answers

Kik Bot StartChattingMessage Python not working

So I recently made a bot for Kik Messenger and I would like to submit it to the bot shop for everybody to use but the only thing stopping me is that my bot doesn't properly respond to StartChattingMessages. I've played around with this for hours and…
Novacane
  • 1
  • 2
0
votes
0 answers

How do Kik users get their timezone assigned?

I am developing a chatbot for Kik messenger, and want to use the current time in the user's timezone to personalize the conversation. According to the Kik API reference, users do have a time zone attribute, and I can indeed get the timezone…
0
votes
1 answer

Kik bot static keyboard does not appear

I was experimenting with a kik bot using Node.js, while I was trying to get a static keyboard to appear when user sends a 'help' message, it only sent the two replies and the static keyboard does not pop up. According to me it should work. This is…
Artide
  • 1
  • 3
0
votes
2 answers

Kik bot using cURL and php - no response

I'm having trouble getting a response from my Kik bot. The webhook config seems to be correct since I can successfully HTTP "Get" the webhook and it receives messages (when I send the bot a message in Kik, I receive the "S", "D", "R", sent,…
designdit
  • 851
  • 7
  • 7
0
votes
1 answer

Kik bot raises "kik.error.KikError" error when used in a group, but works in 1 to 1 chat

I have created a test bot named pepememe.bot using the python library provided by kik. The bot works fine when I am chatting to it using private message. But fails with the below error when I use it in my group. kik.error.KikError:…
Dana
  • 437
  • 1
  • 7
  • 12
0
votes
2 answers

[KIK MESSENGER]Configure Bot, JSON give a suggestion

my question is , how do i add something like a suggestion, here is how it works User : suggestions Bot : We're happy to hear that you have a suggestion! Please type your suggestion below User : Pleaz add sumthin cool Bot: Thanks for suggesting! […
Aypifox
  • 1
  • 1
1 2
3
8 9