From cd8a19066420670370f1e094a0708bcfb12d604a Mon Sep 17 00:00:00 2001 From: harcek Date: Fri, 7 Oct 2011 15:32:09 -0700 Subject: [PATCH] updated examples to work with recent version of Twython --- Status-Methods.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Status-Methods.textile b/Status-Methods.textile index 7dbfc43..9b491a8 100644 --- a/Status-Methods.textile +++ b/Status-Methods.textile @@ -27,7 +27,7 @@ twitter.updateStatus(status="See how easy this was?") h3. destroyStatus() -Destroys a status message for the authenticating account. Self explanatory. Requires authentication. +Destroys a status message for the authenticating account (must be the author of the specified status). Returns the destroyed status if successful.. Self explanatory. Requires authentication. Parameters: * id: The numerical id of the status message you're deleting.