Tweet.js-Mod icon indicating copy to clipboard operation
Tweet.js-Mod copied to clipboard

tweet.js: Twitter Error: "Invalid or expired token", Error Code #89

Open erikespana opened this issue 11 years ago • 2 comments

After setting $debug = true; (index.php) I got this logged in the JS console.

tweet.js: Twitter Error: "Invalid or expired token", Error Code #89 Uncaught TypeError: Cannot read property 'statuses' of null

I double checked my consumer and user tokens and they seem correct. Where can I find a list of error code explanations?

erikespana avatar Oct 04 '13 20:10 erikespana

I had this error too, it wasn't until I had the code running on a live server rather than locally that it worked.

bendesilva avatar Oct 10 '13 19:10 bendesilva

That fixed it. Thanks!

erikespana avatar Oct 17 '13 11:10 erikespana