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.
A DOM Level 2 HTML method that writes a string of text to a document stream opened by document.open().
0
votes
2answers
248 views
document.write doesnt work, but console.log does
So I am creating an array out of the events created by a certain user on facebook, I have all the API stuff working and everything but I cant document.write it for some reason.
Here is my code:
for( ...
