My application doesn’t seem to be blacklisted and the code hasn’t changed since I updated it to 1.1 (using LinqToTwitter). Is anyone else having problems with status updates?
Yep, me too. I was testing cURL request with https://api.twitter.com/1.1/statuses/update.json and https://api.twitter.com/1.1/statuses/user_timeline.json from Twitter’s oAuth Tool and I get HTTP/1.1 500 Internal Server Error {“errors”:[{“message”:“Internal error”,“code”:131}]} all the time.
HTTP/1.1 500 Internal Server Error
{“errors”:[{“message”:“Internal error”,“code”:131}]}
LINQ to Twitter updates are working for me. Make sure you aren’t trying to send the same tweet more than one time. Do queries work?
Its working this morning, I think Twitter must have been having a problem.
Thank you.
There was a problems with status updates in LINQ to Twitter that I found today and fixed. Please update to the latest version v2.1.08.