我有一个运行良好的 iframe 应用程序并在 facebook 中呈现 fbml。但是整个应用程序是使用 ajax 调用来加载大块页面的。其中一些具有 < fb: 加载时未呈现的标签。我尝试了下面的代码,然后将其加载到我的索引页面中的 div 中,但它根本没有显示任何内容,没有 html,没有 fb 渲染,什么都没有。有人可以告诉我我错过了什么吗?非常感谢!!
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<fb:serverfbml style="width: 600px;">
<script type="text/fbml">
<fb:fbml>
<!-- all of my html and my php and my fb tags go in here, for example: -->
<fb:name uid="my_real_user_id" useyou=\"false\"></fb:name>
</fb:fbml>
</script>
</fb:serverfbml>
我希望我的问题很清楚。如果没有,请告诉我,我会更详细地解释!:P