Migrated from status-methods v7
parent
65498d0603
commit
302f21270d
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ import tango
|
|||
|
||||
# Instantiate with Basic (HTTP) Authentication
|
||||
twitter = tango.setup(authtype="Basic", username="example", password="example")
|
||||
status = twitter.updateStatus("See how easy this was?")
|
||||
twitter.updateStatus("See how easy this was?")
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ import tango
|
|||
|
||||
# Instantiate with Basic (HTTP) Authentication
|
||||
twitter = tango.setup(authtype="Basic", username="example", password="example")
|
||||
status = twitter.destroyStatus("12344545")
|
||||
twitter.destroyStatus("12344545")
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue