Up to my knowledge, Twitter has stopped using username and password authentication in order to post tweets from a Java app. However, it allows OAuth
only (using consumer keys, access tokens etc.).
Is there still any approach or workaround to use username and password based authentication to tweet from a Java app?