diff --git a/Status-Methods.textile b/Status-Methods.textile index 74a6919..d294941 100644 --- a/Status-Methods.textile +++ b/Status-Methods.textile @@ -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. * id: (Required) The numerical ID of the status to retrieve.
@@ -17,4 +18,7 @@ status = twitter.showStatus("123")
print status["text"]
-
\ No newline at end of file
+
+
+h3. updateStatus()
+Updates your status on Twitter - requires authentication