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

ERROR: $cordovaOauth.weibo not working #300

Closed phanthinh closed 7 years ago

phanthinh commented 7 years ago

Hi @nraboy

I have used code below:

$cordovaOauth.weibo('wxbdca28a6636fcaf5', 'c733009b7ac63e490555f56d6da94f99', ['snsapi_userinfo'], {language:"en",forcelogin: true}).then(function(result) {
        // todo
      }, function(error) {
          // error

      });

And see error message at console log of xcode. See attachment pls screen shot 2016-10-30 at 12 11 10

Can you help me resolve it?

nraboy commented 7 years ago

That error doesn't look related to this library. Can you provide logs that prove that it is related?