Open erikespana opened 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?
I had this error too, it wasn't until I had the code running on a live server rather than locally that it worked.
That fixed it. Thanks!
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?