What information is available for the Deleted Tweets?
We removed a tweet using curl -X POST https://api.twitter.com/1.1/statuses/destroy/tweet_id.json call (wiht all app secrets, tokens, etc).
I would like to retrieve high level details on deleted tweets - date created, date deleted, and anything else that Twitter allows me to have.
Hi @ampushdev! This is in the wrong category. I think this topic belongs to the REST API category.
Once a tweet is deleted, you can’t get anything related to the tweet. You’ll need to keep your own records of created_at dates for tweets, and dates when you issued statuses/destroy.
created_at