facebook自定义故事问题,如何将用户输入的文本输入自定义故事

时间:2014-07-02 11:04:50

标签: facebook facebook-javascript-sdk

我正在尝试为Web应用程序制作自定义故事。故事应该是这样的"(用户)乘坐(车牌)使用(应用程序名称)"

这是HTML标记 -

<div data-role="fieldcontain"><label for="LicensePlate"><em> * </em>License
              Plate: </label> <input name="LicensePlate" id="LicensePlate" value=""
              required="true" type="text"> </div>

我想让用户输入车牌号码并将其显示在自定义故事中。我该怎么做呢?我只是在下面的Meta标签中配置网址吗?我无法做到这一点。

我也不确定是否需要为故事,动作类型和fb.api调用的自定义对象添加代码。在这种情况下,所有3个都是必需的吗?

<meta property="fb:app_id" content="xxxx" /> 
  <meta property="og:type"   content="testapp:license_plate" /> 
  <meta property="og:url"    content="http://example.com/LicensePlate" /> 
  <meta property="og:title"  content="LicensePlate" /> 
  <meta property="og:image"  content="https://fbstatic-a.akamaihd.net/images/devsite/attachment_blank.png" /> 

0 个答案:

没有答案