On Wed, 2010-09-08 at 19:11 +0300, Gary Sedyh wrote: > There are a lot of some small difficulties. "Iframe" App gives us some > freedom in using different JS features and modules, but it also forces > us to keep some FBML rules. We have to put all FBML tags into some FB > system tags (because of rendering on FB side).
Interesting, I didn't knew it was necessary to mix both. Do you have a link to an article or documentation about this that I can read? > After inserting such FBML tags I have to write some JS script that > works after loading fbml, that's why because FB return rendering tags > with width > then 900px (FB gives us only 750px free space for app), > so I make it smaller. Uh, this doesn't look very clean from Facebook, they could provide a better way... Maybe it's just transitional? They are still working on extending the Graph API from what I saw. > We have also some problems with redirects (earlier it was like a whole > one page, now it is separated), in this way sometimes I make redirects > in IFRAME and sometimes I have to redirect whole page (because we have > to change urls). I see. > For example, we can't display profile page with url in you browser of > a GAME. What do you mean? By profile page, you mean the Facebook profile, or the main screen of Card Stories? > Earlier I have a lot of samples , structures, etc. But now I have to > rewrite everything that I had earlier. Yes, that sucks... That's one of the main complaints that I hear about Facebook - they change stuff so often that it's a pain just to keep the pace. Xavier. _______________________________________________ Hackit Bar mailing list - [email protected] Wiki: http://community.hackit.cx/ List: http://community.hackit.cx/ml/ Forum: http://community.hackit.cx/forum/ Ideas: http://community.hackit.cx/ideas/ IRC: irc://irc.freenode.net/#politis
