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 communication construct enabling sending of objects between execution threads. You may and should use this tag to refer either to the generic programming notion or the specific implementations in various languages or libraries. In the latter case don't forget to add the appropriate tag.

learn more… | top users | synonyms

0
votes
1answer
202 views

Channel URL Facebook

I'm implementing the facebook login in my website wich is in the form of mysite.anotherdomain.org . I did all explained in the Documentation of the Javascript SDK but, since I have some problems, I'm ...
0
votes
1answer
939 views

wondering if I wrote channel url for facebook javascript sdk right.

I'm wondering if I've written my channel url right. In the Javascript SDK reference https://developers.facebook.com/docs/reference/javascript/ ; the section on the Channel file says: The ...
1
vote
1answer
156 views

Not setting document.domain on channel file

Setting the document.domain in a Facebook app, but not in the channel file seemed to not cause issues before the July 2012 code cleanup. But after, cross-domain security errors will be thrown.
1
vote
1answer
590 views

FB App Channel file. ChannelUrl not loading?

I have a Canvas app on Facebook that simply displays a page hosted on our external site. Working just fine. What I have noticed in Firefox is there is a continuous loading and error being reported in ...
2
votes
1answer
6k views

How to create “channel.html” file for Facebook SDK

In its document, Facebook recommend using a channel file for its JavaScript SDK. My question concerns a small detail about how to create this file. It is clear I must create and HTML file with the ...