For 4 weeks, everything has been working smoothly - then all of a sudden none of the users of my application has been able to follow people. I quickly created a new application and tried with a couple of the same users, and it worked. My question then becomes, can an application be rate limited? Every other function (favorite, unfollow, direct messaging) works like a charm. The error it returns for every user is
tweepy.error.TweepError: [{'message': "You are unable to follow more people at this time. Learn more <a href='http://support.twitter.com/articles/66885-i-can-t-follow-people-follow-limits'>here</a>.", 'code': 161}]
Thanks.