Simple Yammer API client for express + connect.
npm install yammer
yammer has only one method:
- apiCall(http_method, path, params, callback): Does a call to the Yammer API.
Params must contain the token (in the access_token field).
node example/test.js <access_token>