The plot thickens... it seems to work fine with curl, but not with python
On Dec 8, 1:01 pm, "Alex Payne" <[EMAIL PROTECTED]> wrote: > No, both the "friends" and "followers" methods should return a list of > users with current status inline. > > > > On Mon, Dec 8, 2008 at 09:50, Bruno G <[EMAIL PROTECTED]> wrote: > > > On Dec 6, 2:37 am, "Alex Payne" <[EMAIL PROTECTED]> wrote: > >> Are you entirely sure that you're sending the HTTP Basic Auth > >> information for your whitelist account with your requests? > > Yes, I'm using exactly the same procedure for both the "friends" and > > "followers" and I'm only encountering problem with the "friends". I'm > > literally just changing "followers" to "friends" in the urls. Should > > there be any difference in behavior? > > >> 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 > > -- > Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x
