Migrated from status-methods v2
parent
0f810332f1
commit
a0425b885e
1 changed files with 5 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ The methods below deal with showing, updating, and deleting status messages on T
|
||||||
|
|
||||||
|
|
||||||
h3. showStatus()
|
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.
|
* <b>id:</b> (Required) The numerical ID of the status to retrieve.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
@ -17,4 +18,7 @@ status = twitter.showStatus("123")
|
||||||
print status["text"]
|
print status["text"]
|
||||||
</code>
|
</code>
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
h3. updateStatus()
|
||||||
|
Updates your status on Twitter - <b>requires authentication</b>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue