'Open the Twitter app instead of the site for authorization APP

I have a site that Login with Twitter API.
User redirect to this link to Accept :
https://api.twitter.com/oauth/authenticate?oauth_token=XXXXXXXXXXXX My problem is that in mobile, it enters the Twitter site through a browser and needs to log in to the Twitter account ** But all users use the Twitter app!!**
** Is there a way to enter the Twitter app through the site and confirm without the need to log in again? **



Solution 1:[1]

You can use this link to open Twitter App.

twitter://endpoint?token=X

More information in this StackOverFlow question.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 alph?