如何在FB应用程序请求中添加链接? [英] How can I include a link in a FB app request?

查看:170
本文介绍了如何在FB应用程序请求中添加链接?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以问题是我的应用程式发送应用程式请求时,如何在其中加入连结?

So the question is when my app sends an app request how can I include a link inside of it?

这是我正在搜寻的内容。标有红色

This is what I am searching for. Marked with red.

已经通过网络搜索,但找不到任何适当的。如果我尝试一个href ..它不工作。也许我应该使用一些FB语法进行链接?

Been searching over the web but couldnt find nothing appropriate. If I try with a href.. it doesn't work. Maybe I should use some FB syntax for making links?

感谢您的任何答案。

推荐答案

我以前的答案对于当前的fb js sdk仍然有效:

然而:确切的答案是:将请求正文中的链接放在旧版本中:rendering fbml / p>

my previous answer is still valid for current fb js sdk:
however: the exact answer is: put a link in request body is possible with old version: "rendering fbml"

<fb:serverfbml width="650px">
  <script type="text/fbml">    
        <fb:fbml> 
            <fb:request-form
                    action="http://myapp.com/myitem=123"
                    method="Post"
                    invite="false"
                    content="This is my item"
                    target="_self">
                    <fb:multi-friend-selector
                            showborder="false"
                            actiontext="See my item"
                            rows="4"
                            cols = "4"></fb:multi-friend-selector> 

            </fb:request-form> 
        </fb:fbml>
  </script>
</fb:serverfbml>

这篇关于如何在FB应用程序请求中添加链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆