【发布时间】:2015-01-19 08:23:37
【问题描述】:
我正在为我的项目使用 Spring Social twitter。我正在尝试让推文成为最爱,因为我需要 id_str = "your tweet id"。但问题是当我使用 spring social 更新状态时,它返回 id = "" 但不是 id_str。我看到它正在返回Tweet 类。在那个类中没有像 id_str 这样的字段。所以我的问题是如何获得 id_str。
注意:id 和 id_str 是一样的。它返回不同的值。
【问题讨论】:
标签: java spring twitter spring-social-twitter