Question

Is it possible to use FB.UI to open a facebook dialogue box containing an HTML form which I want the user to complete?

When they click submit, the values should be posted back to my app.

My app is inside an iframe on a page tab, if that makes a difference.

Was it helpful?

Solution

No, FB.ui is specific for the Facebook JavaScript SDK. You will want to use jQueryUi's dialog. See: http://jqueryui.com/demos/dialog/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top