Page MenuHomeDevCentral

!idéerm to delete last @ideedarticles tweet
Closed, WontfixPublic

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Wishlist.
dereckson updated the task description. (Show Details)
dereckson added a project: Dæghrefn.
dereckson added a subscriber: dereckson.

According https://dev.twitter.com/rest/reference/post/statuses/destroy/:id it's something like:

  1. Recover the ID of the tweet (it could be a good idea to store it when we publish to delete last tweet sent through !idée and not last account tweet)
  2. Call /statuses/destroy/ID.json (e.g. https://api.twitter.com/1.1/statuses/destroy/240854986559455234.json)

This part has been tested and works:
twitter_query https://api.twitter.com/1.1/statuses/destroy/824336465010245634.json StyleEncyclo "" POST

dereckson claimed this task.

Features developed for #wikipedia-fr channel aren't used anymore, so we won't fix those currently.