I'm converting my FBML app to iframe and I want to pass custom fields by setting fb_protected=true. It used to work on FBML apps. But doesn't work when using the FBML tags in iframe. Any pointers ?
Custom fields in fb:request form with FBML on iframes
456 views Asked by rampr At
2
for rendering fbml tags you need to import fb js , that is
that div tag is reqiured else it will throw an error.
And use
FB.XFBML.parse();
to render your fbml.