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 same origin policy prevents a document or script loaded from one origin from getting or setting properties of a document from another origin.

learn more… | top users | synonyms

0
votes
0answers
28 views

Facebook Canvas App Not Appearing in Firefox

My canvas app appears in Chrome and Safari but will not show up in Firefox. There are no errors in the console or in any log. It is just not rendering the content. Before there was an same origin ...
4
votes
1answer
133 views

Is there a way to pushState() the parent window in facebook canvas?

I want my facebook canvas app to be able to update the address bar URL when changing context. So, for example, if my app's home URL is https://apps.facebook.com/myapp/, and the user clicks on some ...
1
vote
0answers
94 views

PayPal shop within Facebook iFrame

As with all projects the goalposts have moved and I need some help with the easiest/quickest solution to implement. Initially, I just needed to build a product catalogue site. Now, I need to include ...
4
votes
3answers
844 views

Why does new Facebook Javascript SDK not violate the “same origin policy”?

The new Facebook Javascript SDK can let any website login as a Facebook user and fetch data of a user... So it will be, www.example.com including some Javascript from Facebook, but as I recall, that ...