chroa / twitter-connect-plugin

Cordova/PhoneGap plugin to use Twitter Single Sign on
Apache License 2.0
10 stars 16 forks source link

showUser() is reporting an error but successfully returns user profile #23

Open shawns582 opened 5 years ago

shawns582 commented 5 years ago

Hi I am using the following code in my Ionic 3 app:

` this.tw.login().then((res) => { console.log('Logged into Twitter!', res);

    this.tw.showUser().then((profile) => {
          //do stuff
   }, (error) => {
         //if I check error here, it is returning the user profile object
  });

}, ... `

Is anyone else having this issue? Any idea how to fix it? Thanks!

denbrian commented 5 years ago

the same

meyervp commented 5 years ago

the same

gonzad77 commented 5 years ago

same here...

azfriends10 commented 5 years ago

the same

Canuckaholic commented 4 years ago

Experiencing this as well. Anyone have a fix?