updated examples to work with recent version of Twython

harcek 2011-10-07 15:32:09 -07:00
parent 631514fcea
commit cd8a190664

@ -27,7 +27,7 @@ twitter.updateStatus(status="See how easy this was?")
h3. destroyStatus()
Destroys a status message for the authenticating account. Self explanatory. <b>Requires authentication</b>.
Destroys a status message for the authenticating account (must be the author of the specified status). Returns the destroyed status if successful.. Self explanatory. <b>Requires authentication</b>.
Parameters:
* <b>id:</b> The numerical id of the status message you're deleting.