twitter doesn't allow tweet messages longer 140 characters. i'm using twitter4j library android project.
is possible make tweet longer 140 characters?
there 2 major methods sending tweets longer 140 characters on twitter.
the first, simpler method, break message multiple tweets, possibly "(cont.)" or similar appended end of each tweet. trust can figure out how on own.
the second use secondary service hosts entire message, posting start of message , link twitter. popular service twitlonger. have an api, apparently.
Comments
Post a Comment