I'm working on building an extension for Google Chrome that requires a background script to connect to Facebook and make calls to the Graph API and FQL. Unfortunately, I've hit a bit of a roadblock in terms of how to implement this. Chrome uses a built-in CSP to block any inline scripts from running and I haven't had any luck with using JQuery to load the JavaScript SDK for Facebook.
Does anybody have an idea of how to implement this? I can't move forward until I can even load the SDK for Facebook.