wlepinski / angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.
http://wlepinski.github.io/angularjs-facebook-sdk/
MIT License
36 stars 7 forks source link

Protocal of the URL -> https://connect.facebook.... #12

Open SeaShackleton opened 6 years ago

SeaShackleton commented 6 years ago

Just putting this out there, but first - cool project... Thanks! I am using this in electron.js. The //connect.facebook.net/en-US/all/debug.js, within electron.js, views this as a file rather than a web address. I would like to keep this dependency with what I'm doing, although I need to change the string "//connect.facebook.net/en-US/all/debug.js" to "https://connect.facebook.net/en-US/all/debug.js". (Not requesting for you to change your direction for something/someone elses failures.) Just a heads up and thanks for this tool