lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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