Hi, I'm trying to retrieve the friend information for several users and I'm running up against a 400 error after a couple of minutes. This seems to occur roughtly after about 100 requests, so it might indicate a rate limit but my account is whitelisted. I'm making the requests using python's urllib2 and using urls of the form:
http://twitter.com/statuses/friends/XXX.xml?page=1 Also, I don't see the same problem when requesting follower information using: http://twitter.com/statuses/followers/XXX.xml?page=1 and exactly the same code (just changing the urls). Is there something I'm missing? Thanks! Bruno
