oauth-io / oauth-phonegap

OAuth.io plugin for Apache Cordova/PhoneGap
195 stars 69 forks source link

Issue with Phonegap + OAuth + FitBit #52

Open anthonyhumphreys opened 9 years ago

anthonyhumphreys commented 9 years ago

Hello, I am using the following code in my phonegap application: `OAuth.initialize('octbeoSTEWly-ZoIYj9CIuxThEo');

            var promise = OAuth.popup('fitbit', { cache: true });
            promise.done(function (result) { 
                //////////console.log(result);
                console.log(result);

            });`

This code causes a popup to login/allow fitbit - then when it closes i get an alert on screen with a load of text, screenshot_2015-04-08-12-47-56 and the following output in the chrome://inspect console. screen shot 2015-04-08 at 12 48 03

I am running the app on a nexus 4 on android lollipop, built by phonegap build.