I need to know the facebook login status from a chrome extension in the background process. If I try to do the FB.init() i have an error because the init has to be executed from the domain of the app passes in the appid parameter.
How can I call the init outside the domain?
Thanks!