Closed tvl83 closed 10 years ago
Hi, sorry for the delay.
Since your issue was posted, the SDK has been entirely refactored. It is currently in version 0.2.2
, and the installation process has been successfully tested. You shouldn't have this problem anymore.
To install, run:
phonegap plugin add https://github.com/oauth-io/oauth-phonegap.git
Hope this helps :) Have a nice day
I am having a lot of trouble getting this plugin to work. I created a clean slate phonegap project using
phonegap create cleanslate
then Icd cleanslate
andphonegap local plugin add https://github.com/oauth-io/oauth-phonegap
which gives me an errorI look in that directory and there is a file there, but it's
InAppBrowser.js
rather thaninappbrowser.js
How do I have it look for the all lowercase version?