来自页面选项卡的 Facebook 应用程序请求 - 未按预期工作

发布于 2024-12-17 08:58:50 字数 678 浏览 0 评论 0原文

您好,我有一个页面选项卡应用程序,在其中我需要包含一个请求对话框,以便让用户共享页面。 我可以显示对话框,对话框会成功回拨我;但是被邀请的朋友看到​​一个新的应用程序请求(左栏中的+1),但他看不到请求的详细信息,就像没有收到请求一样。

我的 JS 代码非常简单,是从其中一个示例复制而来的:

function sendRequest() {
    FB.ui({ method: 'apprequests', 
                    message: 'Message text.....', 
                    title: 'Title...',
                    data: 'tracking'
                }, 
                function (response) {
                alert(response); 
            }
            );
}

有什么问题吗?我认为问题取决于应用程序的配置,但我不明白要检查什么。 有什么帮助吗?

编辑:实际上这是一个错误的问题,由于应用程序中的配置错误。如果您正确编译应用程序设置中的所有字段,甚至在“Facebook 上的应用程序”部分中,上述方法在页面选项卡中效果很好。即使您的是“页面选项卡”。

Hi I have a Page Tab app, and in it I need to include a Requests Dialog, in order to let users share the page.
I can show the dialog, and the dialog will call me back successfully; but the invited friend sees a new App Request (a +1 in the left column) but he cannot see the detail of the request, just as no requests were received.

My JS code is very simple, copied from one of the samples out there:

function sendRequest() {
    FB.ui({ method: 'apprequests', 
                    message: 'Message text.....', 
                    title: 'Title...',
                    data: 'tracking'
                }, 
                function (response) {
                alert(response); 
            }
            );
}

What can be wrong? I think that the problem relies on the configuration of the app, but I do not understand what to check.
Any help?

EDIT: actually this was a false problem, due to a misconfiguration in the app. The mentioned method works well in a page tab, given that you compile correctly all the fields in app settings, even in the "App on Facebook" section. Even if yours is a "Page Tab".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文