problem with editing fbjs string on the fly (fb_protected=true)

Posted by Ahsan on Stack Overflow See other posts from Stack Overflow or by Ahsan
Published on 2011-01-06T21:51:06Z Indexed on 2011/01/06 21:54 UTC
Read the original article Hit count: 826

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about facebook

Related posts about fbjs