updated examples to work with recent version of Twython
parent
631514fcea
commit
cd8a190664
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ twitter.updateStatus(status="See how easy this was?")
|
||||||
|
|
||||||
h3. destroyStatus()
|
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:
|
Parameters:
|
||||||
* <b>id:</b> The numerical id of the status message you're deleting.
|
* <b>id:</b> The numerical id of the status message you're deleting.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue