fb 中的问题:请求表单

发布于 2024-11-02 16:02:55 字数 943 浏览 0 评论 0原文

在我的 Facebook 应用程序中,我使用 Facebook 请求表单,我想知道用户已向任何人发送好友请求或只是跳过该页面。

代码

<fb:serverFbml width= "620" style="float:center">
    <script type="text/fbml">
      <fb:fbml>
          <fb:request-form

                    action='<?php echo $config["base_url"]."?action=3;?>' 
                    target="_top"
                    method="POST"
                    invite="true"
                    type="....some thing"

                    content="...some thing"
                    >

                    <fb:multi-friend-selector    target="_top"
                    showborder="false"
                    actiontext="----" rows='4' cols='4' max='1' import_external_friends = "false">
        </fb:request-form>
      </fb:fbml>
    </script>
  </fb:serverFbml> 

如开发人员文档所述,如果用户发送请求或跳过请求页面,它将转到操作 URL 。这两种情况有什么区别吗?

请忽略任何英语语法错误。 提前致谢。

In the my facebook app i m using fb request form there i want to know that user has send friend request to any one or just skip the page.

code is

<fb:serverFbml width= "620" style="float:center">
    <script type="text/fbml">
      <fb:fbml>
          <fb:request-form

                    action='<?php echo $config["base_url"]."?action=3;?>' 
                    target="_top"
                    method="POST"
                    invite="true"
                    type="....some thing"

                    content="...some thing"
                    >

                    <fb:multi-friend-selector    target="_top"
                    showborder="false"
                    actiontext="----" rows='4' cols='4' max='1' import_external_friends = "false">
        </fb:request-form>
      </fb:fbml>
    </script>
  </fb:serverFbml> 

as the developer document says that if user either send the request or skip the request page it will go to action URL . Is there any thing to differentiate between these two case.

Please ignore any English grammar mistake.
Thanks in Advance.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

绮筵 2024-11-09 16:02:55

您要查找的信息很可能包含在服务器响应中,请检查它。

顺便说一句,FBML 很快就会被弃用,所以如果这是一个新应用程序,您最好切换到 JavaScript SDK

The information you're looking for is most likely included in the server response, check it.

Btw, FBML is going to be deprecated very soon, so if this is a new application, you better switch to the JavaScript SDK.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文