You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]The text was updated successfully, but these errors were encountered: