Periodic posting to multiple twitter accounts using Java -
i want periodically post set of tweets multiple twitter accounts. accomplish task, have used tweetdeck.twitter.com, had created twitter account , added other accounts need post on under account.
i have created java application using twitter4j library connects twitter account , posts on timeline.
how can extend use of application other accounts , post them using twitter4j apis?
i know it's late answer may aid other users, encountered situation, , i've used below approach :-
- store twitter credentials(i prefer calling them handler details) , tweets in db
- maintain relationship between tweet , handler on need posted.
- create scheduler pick scheduled tweet , pick linked/appropriate handler , tweet.
hope help.
Comments
Post a Comment