Hi K,

Each Tweet (140 character update) must be sent as a separate request.
Things to watch out for are:
* the API rate limit for the number of status updates that can be made
(more info: http://support.twitter.com/articles/15364)
* the fact that if a message cannot fit into 140 characters it may not
be suitable for Twitter
* splitting messages may make the message unreadable as the most
recent message is shown first in the timeline. In addition other
Tweets may be shown in between the messages you are sending.

Hope that helps,
Matt

On Mon, Aug 30, 2010 at 2:04 PM, K <kuts...@gmail.com> wrote:
> Hey guys,
> I am writing an app that tweets a message typed into a field. My
> client is asking if it is possible to split message into multiple
> tweets if message is longer than 140 characters. I am writing to see
> if there is way to send multiple tweets in one API? If not, I will
> need to send multiple "update" API calls within short duration. Is
> there any complication with this? I was wondering if I can possibly
> hit API limit this way... :(.
> Thank you for your help!
> K
>
> --
> Twitter developer documentation and resources: http://dev.twitter.com/doc
> API updates via Twitter: http://twitter.com/twitterapi
> Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
> Change your membership to this group: 
> http://groups.google.com/group/twitter-development-talk?hl=en
>



-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk?hl=en

Reply via email to