Index of Module oauth - part-cw/lambdanative GitHub Wiki
Module: oauth
This module provides wrapper for the liboauth library.
Functions in this module:
| Function | Short Description |
|---|---|
| (oauth-GET-signedurl url ckey csecret utoken usecret) | Sign a url for a GET request |
| (oauth-POST-signedheader url ckey csecret utoken usecret) | Generate a signed header for a POST request. |