通过脚本化或自动化 IM 客户端可以实现哪些场景?
我可以使用 IM 客户端的 API 做什么? 我为什么要这个? 开辟了哪些新场景? 我该如何利用它? 我可以将其移植到现有应用程序中吗?
或者 IM API 主要是为了支持新型应用程序?
What can I do with an API for an IM client?
Why do I want this? What new scenarios are opened up?
How can I take advantage of it?
Is it something I can graft into existing apps?
or are IM APIs primarily targeted at enabling new types of applications?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我可以通过两种方式了解 API 对 IM 客户端的作用。
There are two ways that I see where an API could be useful for an IM client.
对于 Kik API,您可以实现出于用户体验简单性原因而故意从核心客户端中排除的功能。 例如,许多用户需要视频或位置共享功能。 这些是最明显的。 Kik API 可在 Android 和 Iphone 平台上使用,只需大约 15 分钟即可集成到您的移动应用程序中。 您可以在 API 网站或博客上获取更多信息:http://www.kik.com/dev 和http://apiblog.kik.com
免责声明:我是 Kik API 背后的开发人员之一:)
In case of Kik API, you can implement features that are intentionally left out of core client for UX simplicity reasons. For example, a lot of users demand video or location sharing features. These are the most obvious ones. Kik API is available on Android and Iphone platforms and takes only about 15 minutes to integrate into your mobile app. You can get more info on API website or blog: http://www.kik.com/dev and http://apiblog.kik.com
Disclaimer: I'm on of the developers behind Kik API :)