Talk:DynamicFBML/MockAJAX
From Facebook Developers Wiki
- This isn't working for me when I apply it to an <option> within a <select> box in IE or Safari. Firefox works fine. Any suggestions? JesseStay 00:41, 17 August 2007 (PDT)
- The demo isn't working for me at the moment. It gives the typical error:
Errors while loading page from application
There are still a few kinks Facebook and the makers of The Number are trying to iron out. We appreciate your patience as we try to fix these issues. Your problem has been logged - if it persists, please come back in a few days. Thanks!"
--Ben Regenspan 15:11, 24 September 2007 (PDT)
- A couple of things confuse me:
- "clickrewriteurl" is the "non canvas url" from which it will grab the data...but then it goes on to say that the script echoing the value to be displayed...must be on the callback page. So why do you have to specify the URL if it HAS to be the callback page? I'm sure I'm just getting some terminology wrong here, so please correct me if I am
- I am trying to use tutorial app, where you can use MockAJAX to update the contents of a div. I send some FBML to the server, and when it comes back it doesn't display if there are any FBML tags. Do I need to escape something differently?
--518435255 15:57, 15 December 2007 (PST)
[edit] Inserting data with MockAjax containing <fb:visible-to-owner>
(Hi, sorry for my english)
I try to reload nearly all the content of a user's profile with ajax(no other solution). To be simple, it would be:
<fb:visible-to-owner>
<form method='get' action=>
<input type='submit' clickrewriteurl='http://myserv.org/mypage' clickrewriteid='rewrite' value='testing'/>
</form>
</fb:visible-to-owner>
When refreshing the data, everything between "visible-to-owner" is invisible. (so here, just the button is invisible)
Is there a solution?
