|
I'm looking for a Lua library to work with the Twitter API. I've tried LuaTwitter-0.9.1, but all attempts to verify credentials or perform other operations fail by returning this rather unhelpful table: { errorCode = "host not found" } I'm using the Debian versions of JSON for Lua and similar Lua Socket. Norman