简体   繁体   中英

DELETE tweet in twitter using twitter API

I know ,

Posting twit into twitter using API ,

But is it possible to delete posted tweet using api ,

Please advise me ,

Thanks

You can use statuses/destroy . You didn't say which PHP library you're using, but it should have a wrapper for this. For instance, with twitterlibphp, it's destroyStatus .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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