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 with Venmo #195

Open kylehagler opened 8 years ago

kylehagler commented 8 years ago

When attempting oauth with Venmo, I am getting the following errors

Error in Success callbackId: InAppBrowser1541819663 : TypeError: undefined is not an object (evaluating 'b.split') Error -> The sign in flow was canceled

Not sure if it applies, but each time after sign in, I'm getting this screen (img_3021), I receive the text with the code and enter it, then I'm redirected back to my app with the above errors

nraboy commented 8 years ago

Wondering if there is a problem with two-factor signing with Venmo. Try disabling your two-factor authentication temporarily and giving it a shot. Otherwise, it will have to wait until @matheusrocha89 and I have time to investigate.

Best,