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.

Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications that enables malicious attackers to inject client-side script into web pages viewed by other users. An exploited cross-site scripting vulnerability can be used by attackers to bypass access ...

learn more… | top users | synonyms (2)

1
vote
2answers
83 views

Facebook iFrames and XFS risks

We want to do a Facebook app for our brand page, where a form will be brought in from a secure domain that we own. But our finance department seems unwilling to allow this because of "cross frame ...
0
votes
1answer
25 views

XFBML Cross Scripting and PCI Validation

Are you aware of any cross scripting issues that may occur as a result of using XFBML facebook buttons on my website? Want to make sure that I don’t run foul of PCI validation. Thanks.
2
votes
3answers
6k views

Unsafe JavaScript attempt to access a frame when using secure browsing on Facebook

I've launched an application last week and have noticed since that in Chrome only the height of my canvas is not always adjusted. I've spent a bunch of hours looking at the issues and noticed that I ...
1
vote
1answer
274 views

Using window.top.location for share dialog link from canvas app

I'm trying to use window.top.location as the link property when sharing content from an application using the JS SDK. This is an iframe canvas app. When I send in window.top.location I get the ...
0
votes
0answers
691 views

Facebook Connect site with facebooker and Rails Login/xd_receiver issue

I am building a Rails (2.3.5) site with facebook connect functions via the facebooker plugin. When logging in via the facebook login button (<%= fb_login_button%>). After the popup button requests ...