2010-04-06 7 views

risposta

8

Si tratta di un file salvato sul server web locale. Permette a Facebook di salvare un cookie a cui hai accesso. Fondamentalmente, consente a Facebook Connect di funzionare.

cosa più facile da fare è semplicemente inserirlo nel Web principale (http://example.com/xd_receiver.htm)

Questo file deve contenere i seguenti:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" > 
<head> 
    <title>Cross-Domain Receiver Page</title> 
</head> 
<body> 
    <script src="http://static.ak.facebook.com/js/api_lib/v0.4/XdCommReceiver.js?v2" type="text/javascript"></script> 
</body> 
</html> 
+0

Thanks a lot! posizionando il file esatto nel mio server web e indicando correttamente FB.XdComm.Server.Init in quella posizione risolve il problema !! posso ridimensionare correttamente la mia app di Facebook. – ufk

+0

yay! congratulazioni e divertiti a creare la tua app facebook :) – Jayrox

Problemi correlati