Java twitter4j TwitterFactory fields, constructors, methods, implement or subclass

Example usage for Java twitter4j TwitterFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for twitter4j TwitterFactory.

The text is from its open source code.

Constructor

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.

Method

TwittergetInstance()
Returns a instance associated with the configuration bound to this factory.
TwittergetInstance(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.
TwittergetInstance(Authorization auth)
TwittergetSingleton()
Returns default singleton Twitter instance.