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

Replace jQuery dependency with vanilla JS solution for getScript #35

Open maxymczech opened 4 years ago

maxymczech commented 4 years ago

Hello. I am in a process of updating an Ember app and removing jQuery, and fb.ui() in your service caused an error. Since you only rely on jQuery for getScript(), I've forked and replaced it with plain JS solution. Maybe you'll want to include this in your project.

jede commented 3 years ago

We really need this as well to be able to drop jQuery!