You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.
How to open webview auth page when I use [Twitter sharedInstance] logInWithCompletion:^**] method? or other way to login in with Twitter?
ps: v3.4.1 in the project now.
Expected behavior
Open the app for authorization when the twitter app is installed, and open the webview page for authorization when the app is not installed.
Actual behavior
login in with Twitter is ok only when Twitter app is installed, it will false auth when Twitter app is not installed. It can't open the webview page when using this method.
Steps to reproduce the behavior
Just use [Twitter sharedInstance] logInWithCompletion:^**] method to auth before login in with Twitter.
Thanks.
The text was updated successfully, but these errors were encountered:
I set callback url,then the problem had fixed.However, another issue has appeared, ....
√ if I hasn't installed the twitter app, it will open the web auth page.It seems ok.
× If I install the twitter app, it will open the twitter app to auth, but when I cancel return to my app, it open the twitter web page authorization. Why? Now repeatedly evoke, how can I only evoke an authorization once?
Help Please,tks....
ME,TOO
I set callback url,then the problem had fixed.However, another issue has appeared, ....
√ if I hasn't installed the twitter app, it will open the web auth page.It seems ok.
× If I install the twitter app, it will open the twitter app to auth, but when I cancel return to my app, it open the twitter web page authorization. Why? Now repeatedly evoke, how can I only evoke an authorization once?
Help Please,tks....
I set callback url,then the problem had fixed.However, another issue has appeared, ....
√ if I hasn't installed the twitter app, it will open the web auth page.It seems ok.
× If I install the twitter app, it will open the twitter app to auth, but when I cancel return to my app, it open the twitter web page authorization. Why? Now repeatedly evoke, how can I only evoke an authorization once?
Help Please,tks....
Hello, would you like to ask this question, have you solved it? I have encountered the same problem, if the solution hopes to tell how to solve it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How to open webview auth page when I use [Twitter sharedInstance] logInWithCompletion:^**] method? or other way to login in with Twitter?
ps: v3.4.1 in the project now.
Expected behavior
Open the app for authorization when the twitter app is installed, and open the webview page for authorization when the app is not installed.
Actual behavior
login in with Twitter is ok only when Twitter app is installed, it will false auth when Twitter app is not installed. It can't open the webview page when using this method.
Steps to reproduce the behavior
Just use [Twitter sharedInstance] logInWithCompletion:^**] method to auth before login in with Twitter.
Thanks.
The text was updated successfully, but these errors were encountered: