[twitter-dev] Destroying/Undoing Retweet

2010-12-20 Thread Mike
Hello, If i try to run 'statuses/destroy' on a status I retweeted, I get the error You may not delete another user's status. I've searched around and found this bug: http://code.google.com/p/twitter-api/issues/detail?id=1274 I see no replies though whether there are plans to implement an easy

Re: [twitter-dev] Destroying/Undoing Retweet

2010-12-20 Thread Matt Harris
Hi Mike This feature is supported as documented in that ticket. To find the right status ID you can call a timeline method with the parameter include_my_retweet=1. The include_my_retweet parameter will cause a new datapoint current_user_retweet to be included in the status if the current user