meteor-phonegap-oauth icon indicating copy to clipboard operation
meteor-phonegap-oauth copied to clipboard

redirect back not working (white empty page)

Open gdiab opened this issue 11 years ago • 3 comments

I see this behavior for both Twitter and Facebook. Same behavior as before installing phonegap-oauth, so I assume I must not have something properly configured?

list of packages installed: standard-app-packages iron-router spin accounts-password errors iron-router-progress jquery bootstrap-3 fontawesome4 accounts-facebook easycron accounts-twitter npm http bitly phonegap-oauth accounts-ui-bootstrap-3-blaze

gdiab avatar Jul 06 '14 18:07 gdiab

For some reason it's not closing the InAppBrowser after authenticating.

Can you confirm that you're using Cordova 3.5 and Meteor 0.8.2? Due to breaking API changes this is the min for both frameworks.

To use this with Cordova 3.4 or less you need to copy over a local package and change line 15 to use "org.apache.cordova.inappbrowser.InAppBrowser" instead.

Currently facebook only works on the facebook branch, which breaks other OAuth providers. This will be implemented soon.

AdamBrodzinski avatar Jul 06 '14 18:07 AdamBrodzinski

Also I forgot to mention, make sure the InAppBrowser plugins and device plugins are installed as well.

AdamBrodzinski avatar Jul 06 '14 18:07 AdamBrodzinski

Meteor release 0.8.2 Cordova 3.5.0-0.2.4

cordova plugins: org.apache.cordova.device 0.2.11-dev "Device" org.apache.cordova.inappbrowser 0.5.1-dev "InAppBrowser"

gdiab avatar Jul 06 '14 20:07 gdiab