I need to use the Freebase API in Lua, but Google requires you to use SSL.
Lua doesn't have built-in networking support, so I have to use external stuff like LuaSocket
and 'LuaSec`. The problem is that I can't install them.
I use the ZeroBrane IDE, so I tried downloading and putting them in the lualibs
directory, following the instructions on the libs' websites. But ssl.core
and ssl.context
are missing.
Where can I find them?!