我的网站上有一个 Facebook 应用程序,multi friend selector
可以向选定的朋友发帖。当我在本地主机上测试它时一切正常,但是当我在发送的最后一步将它上传到实时服务器时,当我点击发布给我选择的朋友时,会弹出一个警告说:
抱歉,您已用完与此应用程序一起发送的请求。请明天再试
但这是我在实时服务器上的第一篇文章......我应该更改哪些选项或其他内容以避免此警告?
从评论中添加
<fb:serverfbml width= "740" height="407" >
<script type="text/fbml">
<fb:request-form action="%%POSTCARD_ACTION_URL%%?at=send_postcard" method="POST" type="POSTCARD" content='Click the View button to see the Postcard sent to you. <fb:req-choice url="%%FACEBOOK_ACTION_URL%%?view=%%hash%%" label="View">' invite="false">
<input type="hidden" name="mail_hash" id ="mail_hash" value="%%hash%%">
<fb:multi-friend-selector style="width:80%;" showborder="false" actiontext="Select the friends you want send postcard." rows="3" bypass="cancel" email_invite="false" />
</fb:request-form>
</script>
</fb:serverfbml>
我正在使用multi-friend-selector
包装成serverfbml