AdamBrodzinski / meteor-phonegap-oauth

Fixes how Meteor handles OAuth popups on PhoneGap/fullscreen
MIT License
33 stars 7 forks source link

redirect back not working (white empty page) #8

Open gdiab opened 10 years ago

gdiab commented 10 years ago

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

AdamBrodzinski commented 10 years ago

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 commented 10 years ago

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

gdiab commented 10 years ago

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"