react-native-instagram-login
react-native-instagram-login copied to clipboard
Does not return token if the redirect url doesn't have "www"
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"
@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.
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
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. could you give me your code? i want to see your redirect url format.