Migrated from status-methods v2

ryanmcgrath 2010-09-13 02:21:41 -07:00
parent 0f810332f1
commit a0425b885e

@ -4,6 +4,7 @@ The methods below deal with showing, updating, and deleting status messages on T
h3. showStatus()
Returns an object containing the status represented by the numerical ID passed in.
* <b>id:</b> (Required) The numerical ID of the status to retrieve.
<pre>
@ -17,4 +18,7 @@ status = twitter.showStatus("123")
print status["text"]
</code>
</pre>
h3. updateStatus()
Updates your status on Twitter - <b>requires authentication</b>