What scripts are activated by scripting or IM client automation?

What can I do with the API for the IM client? Why do I want this? What new scenarios are opening up? How can I take advantage of this? Is this something I can translate into existing apps?
or are IM API primarily aimed at creating new types of applications?

0


a source to share


2 answers


There are two ways to see where the API can be useful for an IM client.



  • Protocol API that will allow you to add your own IM protocols to the application.
  • A chat API that lets you add things like spell checker, text expansion, etc.
+2


a source


In the case of the Kik API, you can implement features that are intentionally left out of the main client for reasons of simplicity of UX. For example, many users require the ability to share videos or locations. These are the most obvious ones. The Kik API is available on Android and Iphone platforms and takes about 15 minutes to integrate into your mobile app. You can get more information on the API website or blog: http://www.kik.com/dev and http://apiblog.kik.com



Disclaimer: I am a supporter of Kik API developers :)

0


a source







All Articles