Closed ayyoub- closed 8 years ago
Tested Instagram and it works fine for me.
If you'd like to purchase support, see the following:
https://github.com/nraboy/ng-cordova-oauth#support
Otherwise, I encourage you to reach out in the developer communities like Stack Overflow and the Ionic Framework forums.
Best,
cc @matheusrocha89
I'am trying to login with an instagram account to my hybrid APP using instagram API and cordovaOauth.
var igClientId = $scope.client_id; $cordovaOauth.instagram(igClientId, ["scope=basic"]).then(function(result) { console.log(JSON.stringify(result)); }, function(error) { console.log(error); });
but i got this message when i try to login
i do my test by building the app from xcode on my iphone.