Can I use Facebook's fb:friend-selector in an iframe? -


I am trying to use Facebook's fb: friend-selector FBML tag, But my application is running in an iframe. Is it possible to use this tag in iframe? If this is the case then does anyone have any examples?

Yes, this is definitely possible, but you have to use it and Specifically, you want to use the tag to get FB: Working friend-selector. I have an IFrame app through which I use all these and FB: In the manager-selector standard, "Invite friends to your app" refers to the standard, and it works very well.

Here is the main part of my template file, which creates output inside the body of my iframe:

  & lt; Fb: serverfbml style = "width: 650px;" & Gt; & Lt; Script type = "text / fbml" & gt; & Lt; FB: FBML & gt; & Lt; Fb: request-form action = "http://example.com/invite/sent" method = "POST" invite = "true" type = "my app" content = "try my app!  

This should be your only need (fill your own options, where applicable, of course). To work with a cross-domain receiver file you must set up Facebook Connect. I suggest the following.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -