Hi,
We created a tweet using Twitter API and it returned us a platform ID as well. Platform ID returned was: 620232398232391680
Now when we are trying to access this tweet through following url we are getting a 404. https://twitter.com/BobsBurgersFOX/status/620232398232391680
Is there a way to know what happened to this Tweet ?
Thanks
You can use GET statuses/show to programmatically get details for a Tweet ID. This particular Tweet does not exists, so the user may have deleted it.
Thanks! Is there any way to know when this tweet was deleted ?