Skip to content
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

$cordovaOauth.linkedin returning null data and status -1 in iOS #344

Open
rushabhmakwana-multidots opened this issue Feb 5, 2019 · 1 comment

Comments

@rushabhmakwana-multidots
Copy link

rushabhmakwana-multidots commented Feb 5, 2019

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.

@prafull-agarwal
Copy link

We are facing the same issue with ADFS login. Is any one can give me update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants