I'm running WordPress 2.7.1 and I have Twitter Tools 1.6b1 installed. The option I'm interested in using is:
Enable option to create a tweet when you post in your blog?
I have this set to Yes, and when I test my login, I'm told that it's successful, and it's good to go.
However, when I publish a post, there's no tweet sent to Twitter.
Any suggestions on debugging this?
Have you waited at least 10 minutes? If you know how you can look at the ak_twitter table and see if any tweets are making it into the db.
It's been about 5 hours ;-)
I do have 2000 rows in the ak_twitter table, but nothing since early January, which, I guess, is the last time Twitter Tools was able to import anything into the DB.
Since that was about the same time as I had changed my Twitter password (during the Twitter phishing timeframe), I wonder if my current password isn't being passed properly -- in spite of the login check saying it was successful...
Well, I did a little more banging on it, and it seems that my new password wasn't properly saving.
I forced the correct hashed password into the wp_options table, and it seems to be working now.