ng-cordova-oauth icon indicating copy to clipboard operation
ng-cordova-oauth copied to clipboard

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

Open rushabhmakwana-multidots opened this issue 6 years ago • 1 comments

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.

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

prafull-agarwal avatar Apr 18 '19 10:04 prafull-agarwal