Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

The Google Chrome Developer Tools is a set of developer tools integrated into Google's Chrome browser. Use this tag for questions related to the usage of Chrome's Developer Tools.

learn more… | top users | synonyms

7
votes
2answers
345 views

Why will jQuery not load in Facebook?

Situation : I am writing a chrome extension that works on any page. Problem Question : I can not load jQuery into Facebook and I would like to understand what is happening. Hypotheses : Facebook ...
0
votes
1answer
129 views

Facebook wall posts in my chrome extension

How can I get Facebook wall posts into my chrome extension? I don't see any API that does this. Can I get HTML of the facebook page via XMLHttpRequest and parse it ?
1
vote
1answer
244 views

PHP var displays in Chrome Dev Tool, but not webpage

I have this issue where, I can see the echo of a variable via the preview on Chrome Developer Tools, but it's blank on the actual web page. I am guessing this is down to a timing issue, so to make it ...