pitchtarget / ember-cli-facebook-js-sdk

Simple Facebook SDK for Javascript addon for your Ember CLI app.
MIT License
29 stars 15 forks source link

Fails on Cordova because it uses file protocol #15

Closed v3ss0n closed 7 years ago

v3ss0n commented 7 years ago

Failed to load resource: net::ERR_FILE_NOT_FOUND

bugant commented 7 years ago

Can you be more precise? Do you have a stack trace?

v3ss0n commented 7 years ago

The problem is here :

      Ember.$.getScript('//connect.facebook.net/en_US/sdk.js', function() {

On Cordova : it uses the file://connect.facebook.net instead of https

bugant commented 7 years ago

OK will fix it next week and release a new version! Thank you for the bug report!

bugant commented 7 years ago

@v3ss0n it should be fixed on v1.0.5 which is being published now. Please, re-open the issue if you think the fix is not correct or you still have problem with it.