Is there a limit on the number of followers that I can get for a 'user' ( who is not me ) from the Twitter API? I have written a python script to hit this URL: https://api.twitter.com/1/followers/ids.json?screen_name=userid
and it returns me a maximum of 5000, for even twitter users who have more than 2,000,000 followers. I 'm trying to build a recommendation system, so I'd require all the followers of a particular user.