-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with implementing oauth #64
Comments
I am getting the issue. Could it be that the plugin no longer works? |
Been playing/debugging this for a few days now. A few things I learned along the way:
I created a function that checks if the app is running in a browser or a device. When in a browser, I inject the web version of oauth.io. My current issue is that the web version and phonegap versions are not the same. I will report back once I get this working 100% |
Sounds promising. Good work! |
I m not sure yet for phonegap (moreover it seems okay on cordova), but I just released the v0.5.0 to match the latest version of oauth js sdk so you can use the user management. |
Hi
I'm completely new to app-development, but started recently to play around with PhoneGap. I'm trying to get authentication to work through Instagram with the oauth PhoneGap plugin, but nothing happens when I press the assigned button - the paragraph changes though. I'm trying it in the PhoneGap Developer emulator. I've also tried in a browser, where I get the following erros:
Here is my code:
The text was updated successfully, but these errors were encountered: