I want to make a login to twitter by myself programmatically. Is it possible to make a login programmatically to twitter by importing their jar files.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are saying like you store Username and Password and then use them to log-in without any user interaction.
Then, That’s Not Possible , AFAIK.
That was possible through the Library in past using function which accept paramter as unm and pwd but now they are deprycated and dont work at all as Twitter change its policy for security reasons ofcaurse.
So everytime you need to get AuthToken you will have to make user Login.