The Twitter module just added back the hook necessary to do this: #1261704: Add a hook when Tweets are saved at hook_twitter_status_save()

The original issue is #571802: Import tweets from Twitter to Facebook-style Statuses

This could be added to the Twitter integration submodule. It doesn't need to be as complex as suggested in the above thread -- for now it should be enough just to save the tweets as Statuses directly, and we can figure out how to relate status objects to tweet objects once that initial step exists. But there should be the same level of granularity as there is over posting statuses to Twitter -- that is, administrators should be able to decide if it is allowed sitewide, and if it is, individual users should be able to turn it on or off.

Comments

mathankumarc’s picture

This will be a awesome feature. Are we planning this for 7.x-1.x?

IceCreamYou’s picture

I didn't put it in the release plan, but if you're interested in working on it, I'm okay with including it in the 1.x branch as long as it gets in before RC.