arcturus / firefoxos-contacts-importer

Import your contacts to FirefoxOS
Other
28 stars 8 forks source link

cloudfoundry 404 #12

Closed jyve closed 11 years ago

jyve commented 11 years ago

After connecting with google, there is a redirect to cloudfoundry which now gives a 404.

arcturus commented 11 years ago

Thanks for noticing it.

CloudFoundry has stopped the free service, so it's time to move the oauth redirect to the new redirection system built in gecko.

arcturus commented 11 years ago

Fixed in commit:

https://github.com/arcturus/firefoxos-contacts-importer/commit/fee5bcb39564cdd26ce9eac516c9aef703dfb6a8

Uploading a new version to the marketplace :)

jyve commented 11 years ago

Just tested this fix, and after Google autentication, I get a redirect_uri_mismatch:

The redirect URI in the request: http://redirector.cloudfoundry.com/ did not match a registered redirect URI.

If I am not mistaken, you need to add this URI in your Google Application?

arcturus commented 11 years ago

How did you manage to update the app?

Also if you take a look to:

https://github.com/arcturus/firefoxos-contacts-importer/commit/fee5bcb39564cdd26ce9eac516c9aef703dfb6a8#L0R1

The new redirection url is: http://redirector.cloudfoundry.com/redirect.html

Cheers! F.

jyve commented 11 years ago

Hi,

The error above appeared when I installed the app through the marketplace, but apparently the fix is still under approval so I can just wait a little longer for that.

I also downloaded the latest version from GIT and pushed the app throught the Firefox OS Simulator. I still get a 404 using that route.

fguillen commented 11 years ago

OS: Boot2Gecko 1.0.1.0-prerelease Device: Keon

Application installed from market place.

Error:redirect_uri_mismatch URI: http://redirector.cloudfoundry.com

arcturus commented 11 years ago

Hi,

this is a known error, there is a version in the marketplace waiting for approval to solve this.

Thanks!

geraldo commented 11 years ago

The latest version in marketplace (1.0.2) works fine. Thanks!