Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定它的 ID,我如何删除推文?
我试过Twitter.status_destroy(1221312312)无济于事(未定义的方法)
Twitter.status_destroy(1221312312)
这些也不起作用:
client.status(13123123123).delete client.status(13123123123).destroy
client.status(13123123123).delete
client.status(13123123123).destroy
此处记录的是destroy_tweet(aka: destroy_status) 方法。
destroy_tweet
destroy_status
看起来应该很简单:
client.destroy_tweet 13123123123