Are you entirely sure that you're sending the HTTP Basic Auth information for your whitelist account with your requests?
On Fri, Dec 5, 2008 at 12:11, Bruno G <[EMAIL PROTECTED]> wrote: > > 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 > > -- Alex Payne - API Lead, Twitter, Inc. http://twitter.com/al3x
