lua-users home
lua-l archive

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


Hi.

Hot on the heels of the last release, I'd like to announce version 0.0.5 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 and LuaNode.
This release adds support for requests with "multipart/form-data" encoding. So, for instance, you can use this version to post pictures of cats to Twitter.

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.5-1.rockspec

Regards,
Ignacio