【问题标题】:Delete Tweet with Twitter Gem使用 Twitter Gem 删除推文
【发布时间】:2016-06-24 07:22:19
【问题描述】:

如果给定 ID,我如何删除推文?

我试过Twitter.status_destroy(1221312312) 无济于事(未定义的方法)

这些也不起作用:

client.status(13123123123).delete client.status(13123123123).destroy

【问题讨论】:

  • 您使用的是哪个 gem?你检查过文档吗?

标签: ruby-on-rails ruby twitter twitter-gem


【解决方案1】:

Documented heredestroy_tweet(又名:destroy_status)方法。

看起来应该很简单:

client.destroy_tweet 13123123123

【讨论】:

    猜你喜欢
    • 2015-06-27
    • 1970-01-01
    • 2012-12-31
    • 2011-08-22
    • 2011-08-18
    • 2015-04-23
    • 2015-06-28
    • 2013-09-17
    • 1970-01-01
    相关资源
    最近更新 更多