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-Origin Resource Sharing allows browsers' XMLHttpRequest object to make cross-domain requests. Supported in most modern browsers.

learn more… | top users | synonyms

0
votes
1answer
34 views

does Facebook allow CORS headers?

how can I discover if Facebook allowes cross domain requests ? Can I make a Javascript wich can handle a Cross Domain Request to Facebook?
0
votes
0answers
40 views

cross-domain error when POSTing to graph via JS API, while GETting works

I'm getting a XMLHttpRequest cannot load https://graph.facebook.com/me/photos. Origin https://[somedomain].herokuapp.com is not allowed by Access-Control-Allow-Origin. when I'm doing ...
0
votes
0answers
108 views

Facebook server side logout no longer supported?

The documentation at http://developers.facebook.com/docs/howtos/login/server-side-logout/ details revoking permissions, which is clearly not the same as destroying a session (i.e. logging a user out.) ...
1
vote
2answers
265 views

loading of Cross-origin images from Facebook

I'm building a site that frequently loads pictures from facebook. I've been trying to use this tutorial from Mozilla, which works fine locally, but when I go live, facebook does not allow me to ...
0
votes
0answers
254 views

Facebook JavaScript Authentication Cross Domain Scripting Error

I am having trouble getting the Facebook JavaScript API to work for authenticating a user. In Chrome (only) I get the error: Unsafe JavaScript attempt to access frame with URL ...