2009-08-04 75 views
2

我有问题让fb连接工作的子域名。连接按钮显示正常,但在验证后,弹出窗口变为空白,之后没有动作发生。我设置了Facebook所需的应用程序的基本域以使子域能够工作。Facebook的子域问题

错误信息:

对于这个例子来看一下test.edited.com

我收到以下错误萤火

[异常... “组件不可用” nsresult:“0x80040111(NS_ERROR_NOT_AVAILABLE) “location:”JS frame :: file:/// C:/Users/stan/AppData/Roaming/Mozilla/Firefox/Profiles/2zn7fi01.default/extensions/%7Be0204bd5-9d31-402b-a99d-a6aa8ffebdca%7D/components /nsSessionStore3.js :: sss_saveState :: line 1942“data:no] anonymous()6pz91fhb.js(line 598) anonymous(“http://www.benescribe.com/xd_receiver.htm”,Object uid = 668556638,Object feedStorySettings = Object inFacebook = false,1,“benescribe.com”,Object name = publicSessionData,“http://test.benescribe.com/test.php”,Object name = xd_comm_id)6pz91fhb.js(line 595) anonymous()login_st ... eiver.htm(line 22) anonymous()6pz91fhb.js(line 125) anonymous()6pz91fhb.js(line 54) [Break on this error] this._writeFile(this._sessionFile ,oState.toSource()); \ n

它工作正常的子目录,而我不是子域之间共享数据,只有一个域和子域

回答

0

尝试设置document.domain的等于你的页面,而不子域。这可能会起作用,但我不知道为什么会这样。

document.domain = "benescribe.com"; 
+0

不,似乎没有做任何事 – 2009-08-04 03:48:05