alexandrtovmach/react-twitter-login

Callback is not work in line webview

Closed this issue · 1 comments

I've tried on pc and saw that the open a new browser window. After logging in and allow for permissions, the window automatically closed and the 's authCallback is called with desired data.

But when I sent the url through Line application and user open it in Line's webview, there is no popup windows. Instead it use the same tab and append the existing url into:
http://app.xxx.com**?oauth_token=FGHk6gAAAAABIXQHAAABdP2C-Rw&oauth_verifier=UJ0HwF540pjpKHIwQ5bykOMbwyLgcgEA**

and the authCallback was not working.

it's not expected behavior to use this package in WebView, so not sure that's can be an issue