Having multiple Twitter instances with twitter4j library.
问题 I need to be able to make different Twitter instances with same consumer key and secret but different user level access tokens . I have already obtained the access tokens for 10 users based on consumer credentials of my app by using standard Twitter OAuth Sign In protocol. Now, I want to create a list of Twitter Instances each initialized with a separate Accesstoken . However, I'm not able to do this. My leading cause of confusion is, that, I don't understand how Twitter4j instantiates