-
Notifications
You must be signed in to change notification settings - Fork 104
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
Does not return token if the redirect url doesn't have "www" #78
Comments
@ashmaster thank for your reporting, now we must enter the correct redirectUrl, i will fix it in next version :) |
in webview after authorize request page is navigating to redirect url but not returning any token. |
Did you try giving www for the redirect url |
but on fb dev console i cant add www as redirect url, both url(Oauth redirect url in fb dev console and redirect url in webView) should be same. |
@ashmaster how to solve this? |
@ashmaster @Rramandeep hi guys, now im fixing this bug, but I tried with redirect url without www, it can still return token. |
Inside the webview navigation state change the url is checked using startWith() method but it returns false if the redirect url doesn't contain "www"
The text was updated successfully, but these errors were encountered: