|
|
||
|
If you want a bit more readable list of functions and their respective
API resource, use this snippet:
require("twitter")
for k,v in pairs(twitter.resources) do
print(("%s - http://dev.twitter.com/doc/%s/%s"):format(k, v[1]:lower() v[2]))
end