0

I am trying to integrate Twitter in my application, using Twitter4J JAR. But this requires Consumer key, Secret Key, Access tokens.

Is it possible to use just User Name and Password for integration?

CR LM
  • 3
  • 2

2 Answers2

0

You need the consumer key, secret key and access token to use the Twitter API

Christian
  • 484
  • 3
  • 15
0

Twitter 4J API does not support User Name and Password.

Please read the following configuration steps for more info:

http://twitter4j.org/en/configuration.html

Gokul Nath KP
  • 15,485
  • 24
  • 88
  • 126