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 tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
138 views

jQuery Code Only Fires On Hard Refresh?

The XFBML version of the Facebook Registration plugin only loads HTTPS. I need it to load HTTP so my form does not call a security error mismatch between domains. I wrote this code to get the SRC and ...
0
votes
1answer
461 views

Tab Content Does Not Refresh After First Click of Like Button

I've implemented a very simple "like guard" for a facebook tab, and am running into an issue with my test users. Multiple testers are reporting that when they open a tab and click the "like" button, ...
3
votes
1answer
1k views

How FB refreshes the page without reloading it (xmlHttpRequest) but Back button still works?

How FB refreshes the page without reloading it (xmlHttpRequest) but Back/Forward Buttons still work as usual? It's not about using history.pushState() methods. PushState() only changes URL-string but ...
0
votes
1answer
844 views

facebook iframe app keeps loading homepage in internet explorer no matter what links are clicked

I ran into a strange problem these days. One of my apps which is using iframe for displaying inside canvas page is not working in Internet Explorer. Whenever I click a link (part of my app) in IE a ...