-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I'm getting a 401 when performing a "statuses_userTimeline" request. I'm using the keys and secrets provided by my Twitter application, so I know they are valid.
var codebird = require('cloud/module-codebird').Codebird;
var cb = new codebird();
cb.setConsumerKey(###, ###");
cb.setToken(###,###);
var params = {
"screen_name": "energy",
"count": "25"
};
cb.__call(
"statuses_userTimeline",
params,
function (reply) {
res.type('text/plain');
res.send(reply);
}
);
Can you confirm this still is working?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels