oauth-io / oauth-phonegap

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

Phonegap Build instructions off/ambiguous/missing. #37

Open 0x07dc opened 9 years ago

0x07dc commented 9 years ago

I am trying to install oauth via phongap build (build.phonegap.com). I've included the plugin and inappbrowser via:

<gap:plugin name="org.apache.cordova.inappbrowser" version="0.5.2" /> <gap:plugin name="com.oauthio.plugins.oauthio" version="0.2.4" />

However, when checking for variable OAuth on the page, I find it is always undefined (this is in the app, not a browser). Some plugins require including a .js file on the index page. The instructions made it sound like that was unnecessary for this one. However, when I did try to include oauth.js, it works up until I click sign in (using facebook), then it gives me a cannot connect error for http://localhost/[some tokens and variables]

anthonyhumphreys commented 9 years ago

I am also having this issue - did you fix this?

daksamedia commented 9 years ago

Yup. I couldn't login at all too here..