Plugin.twitter now displays an error several days ago.
Before that it worked fine.
TWITTER PLUGIN ERROR: Unable to obtain oAuth request token. Please double-check your API key and API secret.
It seems to be an error to execute.
twitter.login (function () twitter.getUser (callback) end)
The API key and API secret is set without any problem.
twitter = require "plugin.twitter" twitter.showAlerts = true twitter.init ("API KEY", "API SECRET")
Does anyone know something?