jaredhanson/passport-twitter

The callback url I set up opened in a twitter webview

gunheekim90 opened this issue · 0 comments

Implemented Twitter Social Login on React Mobile Web. Implemented using passport.

Tap Sign in with Twitter on mobile web to open the Twitter app installed on your phone. And authentication works fine too.

However, when I try to open my site in the webview inside Twitter, the login fails because the token is invalid. All of this happens in the Twitter webview, and not back to the chrome the user was using.

What should I do to solve this?

*organize

The callback url I set up opens in a twitter webview. I'm not going back to chrome.