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?
**
Asked
Active
Viewed 461 times
1

MasB
- 11
- 2
1 Answers
0
You can use this link to open Twitter App.
twitter://endpoint?token=X
More information in this StackOverFlow question.

alphα
- 131
- 7
-
this work just for https://twitter.com, you can use this url for test: https://api.twitter.com/oauth/authenticate?oauth_token=h2BP1wAAAAABRkP3AAABgAW4kAM – MasB May 17 '22 at 11:23
-
Don't Work for api – MasB May 17 '22 at 12:35