I read here that Twitter allows up to 3200 tweets per user. However, this module seems to load just a few last tweets, even after many cron runs.

Is it possible to configure it so that it loads more tweets?

Comments

juampynr’s picture

That doc is old. The Twitter API says that it will retrieve up to 200 tweets per user and request. I am not sure if not defining the count parameter makes it to retrieve less than that.

codybarr’s picture

Yeah, when I add a new twitter account it only pulls in the last 20 tweets. Is there any plan to provide an option to pull in all of a user's tweets?

damienmckenna’s picture

Title: Will it load all tweets? » Option to load all of a user's tweets, not just the recent ones
Version: 7.x-5.5 » 7.x-5.x-dev
Category: Support request » Feature request
Issue summary: View changes
damienmckenna’s picture

Version: 7.x-5.x-dev » 7.x-6.x-dev

There should be a global option to control the behavior of twitter_fetch_user_timeline() if there is no 'since_id' parameter suitable.