nativescript-oauth
nativescript-oauth copied to clipboard
iOS Linkedin Redirecting
trafficstars
Hello,
Is there any way to not redirect to an URL after logging in with linkedin? On android, the default flow works fine. But on iOS, ensureValidToken() and login() methods' returned promise never gets resolved and after logging in on linkedin, Im redirected to the specified page on the property redirecturi
I have the same issue with salesforce. Using standard redirect URI https://login.salesforce.com/services/oauth2/success. Login seems to be successful and I am correctly redirected to the given Url, but I am not sure how I can't get the token as promise seems to not resolve as well.