Migrated from status-methods v7

ryanmcgrath 2010-09-13 02:21:47 -07:00
parent 65498d0603
commit 302f21270d

@ -17,7 +17,7 @@ import tango
# Instantiate with Basic (HTTP) Authentication # Instantiate with Basic (HTTP) Authentication
twitter = tango.setup(authtype="Basic", username="example", password="example") 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> </code>
</pre> </pre>
@ -36,7 +36,7 @@ import tango
# Instantiate with Basic (HTTP) Authentication # Instantiate with Basic (HTTP) Authentication
twitter = tango.setup(authtype="Basic", username="example", password="example") twitter = tango.setup(authtype="Basic", username="example", password="example")
status = twitter.destroyStatus("12344545") twitter.destroyStatus("12344545")
</code> </code>
</pre> </pre>