lua-users home
lua-l archive

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


Hi everyone. I'd like to announce the release 0.0.6 of LuaOAuth

https://github.com/ignacio/LuaOAuth

LuaOAuth is a client library for OAuth 1.0 enabled servers. It is compatible with Lua 5.1, 5.2, LuaJIT 2.0.2 and LuaNode.

This new release adds compatibility with Lua 5.2, basically.

Once the new version hits the LuaRocks repository, you can install it doing:

luarocks install oauth

In the meantime, you can do:

luarocks install https://raw.github.com/ignacio/LuaOAuth/master/rockspec/oauth-0.0.6-1.rockspec

Regards,
Ignacio