简体   繁体   English

Twitter快速答复-Twitter4J(Java)示例

[英]Twitter Quick Replies - Twitter4J (Java) Example

Does anybody know if there is a support in Twitter4J (or a Java dependency) for Quick replies? 有人知道Twitter4J(或Java依赖项)是否支持快速回复? I recently read that Twitter will support messanger-customizations ( link ), like Facebook (persistent menus, button templates) ? 我最近读到Twitter将支持Messenger的自定义( 链接 ),例如Facebook(持久菜单,按钮模板)?

This is a brand new API from Twitter, so at the moment there are few client libraries that directly support these new features through interfaces and methods. 这是Twitter的全新API,因此目前很少有客户端库通过接口和方法直接支持这些新功能。 Twitter4J has no specific support for the new API endpoints and formats, but in theory you could modify or extend the existing Direct Message support in Twitter4J to enable that. Twitter4J对新的API端点和格式没有特定的支持,但是从理论上讲,您可以修改或扩展Twitter4J中现有的直接消息支持以启用该功能。

Twitter has an end-to-end sample for the new Account Activity API webhooks and the new Direct Message formats written in node.js, if you are interested in adapting something. 如果您有兴趣进行调整,Twitter会提供一个新的Account Activity API Webhooks和新的Direct Message格式(以node.js编写) 的端到端示例

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM