Hi ,
I know ,
Posting twit into twitter using API ,
But is it possible to delete posted tweet using api ,
Please advise me ,
Thanks
Hi ,
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
.