I tried to implement the Facebook multi friend selector in my Ruby on Rails application. The FB login has already been done. I tried to paste this code into my view it but doesnt seem to be working.
<fb:serverFbml>
<script type="text/fbml">
<fb:fbml>
<fb:request-form
method='POST'
type='an invitation to do this.'
content='I invite you to do this.
<fb:req-choice url="http://apps.facebook.com/smiley/yes.php" label="Yes" />
<fb:req-choice url="http://apps.facebook.com/smiley/no.php" label="No" />'
<fb:multi-friend-selector actiontext="I invite you to do this.">
</fb:request-form>
</fb:fbml>
</script>
</fb:serverFbml>
I can see the Loading indicator which comes in Facebook, but it seems to be there forever. Is there anything I am missing here? Pls help!