使用 ColdFusion 和 Twitter4j 转发
我正在尝试更新用户的状态,然后立即转发它。我不知道如何获取我刚刚提交的状态 ID。
任何帮助将不胜感激。
I'm trying to update the status of a user and then immediately retweet it. I can't figure out how to get the ID of the status I just submitted though.
Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果是的话
,这会返回一个 Status,它有一个 getId( )方法
如果没有,请发布您的代码。
Are you doing a
If so, this returns a Status, which has a getId() method
If not, please post your code.