problem with editing fbjs string on the fly (fb_protected=true)
- by Ahsan
Hi there,
I am facing this problem :
I have a fbjs string which I use
forDialog().showChoice()
I populate part of the fbjs string from data I get through mysql. Now I update the data in fb:dialog and want this update to be reflected the next time I update/call the dialog box.
However, seemingly, my fbjs string is wrap protected :
<span class="fb_protected_wrapper" fb_protected="true"></span>
Is there a way out ? Can anyone please help?
Thanks.
-
ahsan