Re: Can't view/retrieve full text message with length greater than 140 and <= 160 characters?

2008-12-20 Thread Charles A. Lopez
It's not a flaw but a feature. On Fri, Dec 19, 2008 at 9:44 PM, Scott Carter wrote: > > Hi Alex, > > Please refer to a related thread at: > > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d11a31c7ecf033b/130ed44d6b502e6c?lnk=gst&q=160#130ed44d6b502e6c > > I am tryin

Re: Can't view/retrieve full text message with length greater than 140 and <= 160 characters?

2008-12-20 Thread Alex Payne
The truncation/over 160 characters issue is a relic from an earlier version of our system, and its behavior may change. The next version of the API will not include the "truncated" attribute, and may even enforce the 140 character limit programmatically. In the meantime, the only way to see the

Re: Can't view/retrieve full text message with length greater than 140 and <= 160 characters?

2008-12-19 Thread Abraham Williams
I've never tested it but I would guess the API will always return a truncated 140 character responses unless. The other issue sounds like either a bug with how the API saves 140http://twitter.com/help but you will have to wait for Alex to confirm it is not an API issue. On Fri, Dec 19, 2008 at 20:

Can't view/retrieve full text message with length greater than 140 and <= 160 characters?

2008-12-19 Thread Scott Carter
Hi Alex, Please refer to a related thread at: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/d11a31c7ecf033b/130ed44d6b502e6c?lnk=gst&q=160#130ed44d6b502e6c I am trying to send an update via the API that is greater than 140 characters, but <= 160. When I try to vi