Hi,
I have been using a ruby backend with twitter api integrated. I could post a 1000+ characters tweet with more than 10 photos and of course it gets posted to twitter by breaking the tweets into sections of 140 characters.
However, it does fail intermittently, generating character limit error and with an auth failed message.
Can anyone help with this?