I am building a twitter application that is currently using the classic login instead of OAuth. Does Twitter have any plans of deprecating this? I chose not to do OAuth because it is still being piloted as a beta.
I am building a twitter application that is currently using the classic login instead
Share
I doubt there are any plans to deprecate the old API, because there are hundreds of applications which are designed to use it. Even though it’s safe to use the old API, if I were you, I’d transition to OAuth due to user security concerns. OAuth is more secure than the plain API, and provides fewer ways for an attacker to obtain the user’s password.
From the Twitter API documentation: