nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

instagram not working #273

Closed ituhin closed 8 years ago

ituhin commented 8 years ago

after entering instagram login/password I am getting a json string in the in app browser. code: 403, error_type: oAuthForbiddenException, error_message: implicit authentication is disabled

i called it like $cordovaOauth.instagram(instagramClientId).then(function(result) { console.log("Response Object -> " + JSON.stringify(result)); }, function(error) { console.log("Error -> " + error); });

ituhin commented 8 years ago

sorry.... implicit authentication was disabled in the instagram dev console. its working.