We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using this plugin to sign in to my ionic app using LinkedIn. Below is my code
$cordovaOauth.linkedin("XXXX", "XXXX", ["r_basicprofile", "r_emailaddress"], "XXXX").then(function(result) { console.log(JSON.stringify(result)); }, function(error) { console.log(JSON.stringify(error)); });
Above code is working fine for Android platform but it returns me null data and status -1 for "https://www.linkedin.com/uas/oauth2/accessToken" this request on iOS platform.
Please help ASAP.
The text was updated successfully, but these errors were encountered:
We are facing the same issue with ADFS login. Is any one can give me update on this?
Sorry, something went wrong.
No branches or pull requests
I am using this plugin to sign in to my ionic app using LinkedIn. Below is my code
Above code is working fine for Android platform but it returns me null data and status -1 for "https://www.linkedin.com/uas/oauth2/accessToken" this request on iOS platform.
Please help ASAP.
The text was updated successfully, but these errors were encountered: