Example usage for Java twitter4j TwitterFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
TwitterFactory(Configuration conf) Creates a TwitterFactory with the given configuration. | |
TwitterFactory(String configTreePath) Creates a TwitterFactory with a specified config tree | |
TwitterFactory() Creates a TwitterFactory with the root configuration. |
getInstance() Returns a instance associated with the configuration bound to this factory. | |
getInstance(AccessToken accessToken) Returns a OAuth Authenticated instance. consumer key and consumer Secret must be provided by twitter4j.properties, or system properties. Unlike Twitter#setOAuthAccessToken(twitter4j.auth.AccessToken) , this factory method potentially returns a cached instance. | |
getInstance(Authorization auth) | |
getSingleton() Returns default singleton Twitter instance. |