Introduction to Authentication¶
Twitter allows developer’s application to authenticate any Twitter user. The API gives access to two different mechanisms that we will name URL redirect authentication and PIN-based authentication.
URL redirect authentication is better suited for Web Application.
PIN based authentication is better suited for Desktop application