StanScates / Tweet.js-Mod

Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
MIT License
234 stars 103 forks source link

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

Open erikespana opened 11 years ago

erikespana commented 11 years ago

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?

bendesilva commented 11 years ago

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

erikespana commented 11 years ago

That fixed it. Thanks!