Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook request form not working in HTML
    text
    copied!<p>I am using facebook request form for my facebook iframe fanpage,</p> <p>I am using below code for this</p> <pre><code>&lt;script src="http://connect.facebook.net/en_US/all.js"&gt;&lt;/script&gt; &lt;script type="text/javascript"&gt; FB.Canvas.setAutoResize(); &lt;/script&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="fb-root"&gt;&lt;/div&gt;&lt;script src="http://connect.facebook.net/en_US/all.js"&gt;&lt;/script&gt;&lt;script&gt; FB.init({ appId:"APP_ID", cookie:true, status:true, xfbml:true }); &lt;/script&gt; &lt;fb:serverFbml width="760px"&gt; &lt;script type="text/fbml"&gt; &lt;fb:fbml&gt; &lt;fb:serverFbml style="width: 755px;"&gt; &lt;script type="text/fbml"&gt; &lt;fb:fbml&gt; &lt;fb:request-form action="&lt;URL for post invite action, see fb:request-form docs for details&gt;" method="POST" invite="true" type="XFBML" content="This is a test invitation from XFBML test app &lt;fb:req-choice url="see fb:req-choice docs for details." label="Ignore the Facebook test app!" /&gt; "&gt; &lt;fb:multi-friend-selector showborder="false" actiontext="Invite your friends to use Facebook." /&gt; &lt;/fb:request-form&gt; &lt;/fb:fbml&gt; &lt;/script&gt; &lt;/fb:serverFbml&gt; &lt;/fb:fbml&gt; &lt;/script&gt; &lt;/fb:serverFbml&gt; </code></pre> <p>The code was working ok earlier around 15-20 days back, now the same is not working. Now only loading frame appears instead of list of friends. </p> <p>Please suggest how to overcome this issue?</p> <p>Thanks in advance for the help</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload