I want to periodically post set of tweets to multiple twitter accounts. To accomplish this task, I have used tweetdeck.twitter.com, had created a twitter account and added all the other accounts that I need to post on under my account.
I have created a Java application using twitter4j library that connects to my twitter account and posts on my timeline.
How can I extend the use of this application to get the other accounts and post for them using twitter4j APIs?
I know it's too late to answer but it may aid other users, I recently encountered this situation, and I've used below approach :-
Hope this help.