Twitter doesn’t allow tweet messages longer than 140 characters. I’m using the twitter4j library for my android project.
Is it possible to make a tweet longer than 140 characters?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are two major methods for sending tweets longer than 140 characters on Twitter.
The first, simpler method, is to simply break the message up into multiple tweets, possibly with “(cont.)” or similar appended to the end of each tweet. I trust you can figure out how to do this on your own.
The second is to use a secondary service that hosts the entire message, but then posting the start of the message and then a link to Twitter. A popular service is Twitlonger. They have an API, apparently.