A while back I set up a script to retweet posts based on hash tags. A buddy saw it and asked if I could set up something similar for him. What he has, is a group of people, each with their own twitter account, who want everything they post to be retweeted by a separate account they have set up.
After not finding anything in the PHP class I was using that would do this I started digging through the API. The best I've come up with is the 'statuses/user_timeline' but that will only allow me to grab the statuses on one user at a time. Is there a way to submit multiple users in one call? If not, could someone provide a bit of guidance on the best way to cycle through a list of users, grabbing each of their statuses? Thanks, Jeremy