working Lua API for Twitter
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: working Lua API for Twitter
- From: nr@... (Norman Ramsey)
- Date: 2010年9月15日 21:24:42 -0400 (EDT)
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