Stamplay / stamplay-js-sdk

:rocket: JavaScript SDK of Stamplay cloud platform
https://stamplay.com
MIT License
88 stars 18 forks source link

Development version of Facebook's redirect doesn't work locally #9

Closed chiefGui closed 9 years ago

chiefGui commented 9 years ago

This line uses document.domain for the redirection thing, but this doesn't work locally because it'll use the local domain—which doesn't expect that URL.

I didn't create a Pull Request because I am not sure about the best approach to get this issue fixed, but I think http://[appId].stamplayapp.com/auth/v1/facebook/connect the right thing to do.

Or am I wrong?

criroselli commented 9 years ago

Hi @chiefGui, now with the version 1.2.9 of Stamplay-js-sdk and lastest version of stamplay-cli (1.3.2) everthings works fine. Thank you