[twitter-dev] Re: Seeing truncated XML responses again

2009-04-30 Thread atifzshaikh
Received two more similar issues yesterday and one this morning at 10am. In all instances it was a GET request for either statuses/ friends or statuses/followers and the page parameter was always > 1. If you need any more info please let me know. On Apr 29, 8:31 pm, Dossy Shiobara wrote: > On 4

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-30 Thread atifzshaikh
liams > Twitter Platform Supporthttp://twitter.com/dougw > > On Thu, Apr 30, 2009 at 8:05 AM, atifzshaikh wrote: > > > Received two more similar issues yesterday and one this morning at > > 10am.  In all instances it was a GET request for either statuses/ > > friends or st

[twitter-dev] Re: Seeing truncated XML responses again

2009-04-30 Thread atifzshaikh
can see the XML request gets truncated when the ReadToEnd() operation times out. Hope this helps. - Atif On Apr 30, 2:16 pm, atifzshaikh wrote: > I have noticed that this issue occurs for users that have friend/ > follower sets greater than 1000.  For instance the three cases I > menti

[twitter-dev] Re: Seeing truncated XML responses again

2009-05-04 Thread atifzshaikh
Received 8 more cases over the weekend. Please let me know if you need more details. - Atif On Apr 30, 3:25 pm, atifzshaikh wrote: > Just got 3 truncated XML requests from the users below, all of whom > have friend/follower sets > 1000.  One thing to note about how my > applicatio

[twitter-dev] Re: Seeing truncated XML responses again

2009-05-05 Thread atifzshaikh
Any updates on this issue? Received a few more cases today. Seems to be caused by a timeout issue on twitter's end. Thanks, Atif On May 4, 10:35 am, atifzshaikh wrote: > Received 8 more cases over the weekend. Please let me know if you need > more details. > > - Atif >

[twitter-dev] Can't get friends/followers list after page 101

2009-07-22 Thread atifzshaikh
Hi, I have been trying to get the friends/followers list using the REST API but I always get an empty users node after page 101. The GET request URL looks like this: http://www.twitter.com/statuses/followers.xml?screen_name=barackobama&page=102 I get the same result regardless of type, XM

[twitter-dev] Re: Can't get friends/followers list after page 101

2009-07-22 Thread atifzshaikh
Seems to be working now, I guess it was a temporary thing. Would help if I knew what caused it :) thanks. On Jul 22, 3:55 pm, atifzshaikh wrote: > Hi, > > I have been trying to get the friends/followers list using the REST > API but I always get an empty users node after page 1