gpt4 book ai didi

Facebook -api : what's Facebook Connect cross-domain receiver URL?

转载 作者:行者123 更新时间:2023-11-30 05:21:45 25 4
gpt4 key购买 nike

我正在尝试将我的 Facebook 应用程序配置为可调整大小。

文档位于 http://wiki.developers.facebook.com/index.php/Resizable_IFrame

谈谈facebook connect跨域接收者URL。

在 JS 代码中,我需要输入“xd_receiver.htm 的站点相对 URL”。

那是什么?

该 HTML 文件中应包含什么代码?

谢谢

最佳答案

这是一个保存到您本地网络服务器的文件。它允许 Facebook 保存您有权访问的 cookie。基本上,它允许 Facebook Connect 工作。

最简单的做法就是将它放在您的网络根目录 ( http://example.com/xd_receiver.htm )

此文件应包含以下内容:

<!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>

关于 Facebook -api : what's Facebook Connect cross-domain receiver URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2585028/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com