Applying custom configurations to twitter4j
I first made use of the ConfigurationBuilder, which looked quite obvious to me to apply new configuration values. These values are used by the twitter instance as expected, but when creating the RequestToken still the default twitter URL was created, as the configuration of the ConfigurationBuilder wasn’t propagated. After searching a while I found out [...]