I’m using the Twitter+oauth library on iOS. Every thing is working fine but I can’t figure out how to pass url in the message I want to be on twitter. It’s supposed to be reduced by t.co to not use all the maximum characters allowed on a tweet.
When I directly post my sentence with the url on twitter, the whole sentence is tweeted, but when I post this sentence via my application (using twitter+oauth and the sendUpdate function) it’s cutting off half of my sentence, because it has too much characters.
How can I specify to Twitter that it has to reduce the url via t.co ?
Solved it by using bit.ly url shortener.