Ben sadece bir facebook uygulaması geliştirdik. Bunun en iyi çalışıyor ancak çok-arkadaş-seçici internet explorer görünmüyor.
Firefox ve Google Chrome gayet iyi çalışıyor olsa da IE görünmüyor. Ayrıca herhangi bir hata iletileri yoktur.
Burada çoklu-arkadaş-seçici için benim kod:
<?php
// Prepare the invitation text that all invited users will receive.
$content = "<fb:name uid=\"".$me."\" firstnameonly=\"true\" shownetwork=\"false\"/> <a href=\"http://apps.facebook.com/".$app_url."/\">".$app_name."</a> is cool bla bla. \n".
"<fb:req-choice url=\"".$app_base . $app_url."/index2.php?firs=fb{$me["id"]}\" label=\" ".$app_name." Invite your friends!\"/>";
?>
<fb:serverFbml style="width: 760px;" width="760px">
<script type="text/fbml">
<fb:fbml width="760px">
<fb:request-form
action="http://facebookAppUrl/<? echo $invite_href; ?>"
method="POST"
invite="true"
type="<? echo $app_name; ?>"
content="<? echo htmlentities($content, ENT_COMPAT, 'UTF-8'); ?>">
<fb:multi-friend-selector
actiontext="<? echo $app_name; ?>' invite your friends!"
exclude_ids="<? echo $friends; ?>"
style='width: 760px'
showborder="false"
/>
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
Ben sadece facebook ama hayır şans geliştirici forumlarında ilgili tüm mesajlarını kontrol ettirin. Ben ne yanlış anlamaya muktedir değilim.