google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Twitter Follower / Following limited to 100? #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. syncFollowers() / syncFriends()
2. both returned exactly 100 twitter users

What is the expected output? What do you see instead?

This may be because of twitters flaky nature, but I was attempting this during 
the AM EST, so the 
api / calls seemed to be working successfully, but could only ever pull 100 of 
followers or people I 
follow. 

Original issue reported on code.google.com by jblo...@gmail.com on 28 May 2008 at 12:03

GoogleCodeExporter commented 9 years ago
I'm looking in to this one... twitter's API has various throttling limits but I 
don't think it used to limit followed. 
They've been extra flaky this week, however, so who knows... will keep an eye 
on it. THANKS!

Original comment by jesse.l...@gmail.com on 29 May 2008 at 3:41

GoogleCodeExporter commented 9 years ago
As of right now, you're only allowed to get 100 followers per API call, for 
more than
100 you need to make multiple api calls

Original comment by Jim.mixt...@gmail.com on 6 Dec 2009 at 12:16