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!

link|improve this question
My problem is somewhat related to yours. Using the Desktop Auth flow from within a chrome extension, I can no longer use the internal Javascript API from facebook (FB.init, FB.login , ... ) because it requires a valid domain in its settings - which is obviously unavailable from within the extension. stackoverflow.com/questions/8378733/… – oliwr Dec 21 '11 at 11:10
Yes, it's the same problem (and nobody answered you :( ). I did the login and I have the json data like you, but I don't know how to detect if the user is still loged in the app. – Oscardr Dec 21 '11 at 11:19
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.