Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorize with actual twitter app or website, not with app-internal web view? #351

Open
Bersaelor opened this issue Aug 7, 2021 · 1 comment

Comments

@Bersaelor
Copy link

Bersaelor commented Aug 7, 2021

Did anyone figure out a way how to not open a webview inside the host app and instead ask the actual twitter app or the twitter website for authentication?

The Clubhouse app for example also lets you authenticate with twitter, but it opens the real website or twitter app for that, which means the user can is usually already logged in and doesn't have to type username and password again.

Maybe there is a setting in ASWebAuthenticationSession I am missing, since it says

A browser loads and displays the page, from which the user can authenticate. In iOS, the browser is a secure, embedded web view.

And clearly it's possible to auth with twitter without having to create a embedded web view.

@laurentdelorme
Copy link

It seems it is currently impossible to achieve that, unless you get a tip from Twitter themselves ...

https://stackoverflow.com/questions/69337062/how-to-authenticate-using-the-installed-twitter-app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants