gpt4 book ai didi

javascript - 发布到墙 facebook api 在本地工作但不是实时的

转载 作者:行者123 更新时间:2023-11-30 06:34:46 24 4
gpt4 key购买 nike

我已经在本地进行了测试,一切正常。弹出新窗口和帖子。不过自推住。实时站点 facebook 弹出窗口出现但在 2 秒后消失,不再显示自己。

为什么会发生这种情况?在本地网站和实时网站之间,我需要注意哪些会导致此类问题的事项?

<script src='http://connect.facebook.net/en_US/all.js'></script>
<script type="text/javascript">

FB.init({appId: "11111818811881", status: true, cookie: true});

function postToFeed(description) {

// calling the API ...
var obj = {
method: 'feed',
redirect_uri: 'https://thelivesite.com/dashboard/all/',
link: 'https://developers.facebook.com/docs/reference/dialogs/',
picture: 'https://www.thelivesite.com/static/images/logo.png',
name: 'LiveSiteName',
caption: 'Meow',
description: description
};

function callback(response) {
document.getElementById('msg').innerHTML = "Post ID: " + response['post_id'];
}

FB.ui(obj, callback);
}
</script>

<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:fb="https://www.facebook.com/2008/fbml">

<div id='fb-root'></div>
<p style="cursor: pointer; display: inline-block; position: absolute; margin-left: -20px;">
<a onclick='postToFeed("This is a message Cool beans."); return false;'></a>
</p>
<p id='msg'></p>

提前感谢您的建议和建议。

最佳答案

关于javascript - 发布到墙 facebook api 在本地工作但不是实时的,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15280300/

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