Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: Benjamin BOCCARA
wrong Session ID with XML rendering [ reply ]  
2009-08-14 16:43
Hi All,

I'm working on a Facebook/rails/flex application, and, sadly, am having some trouble rendering some XML data for my flex.

When I do some request rendering in FBML, I have a session ID like this one:
2.DB9KlexmSjZeWEba6kKzDQ__.86400.1250355600-575761962

Right after that, I'm requesting some data to my db, and want it in XML format to be handled with my Flex application, but the session ID become shorter list this:
6e99aa67cbbc9c355925eb18eb0adc2a
Thus, I'm having a "Filter chain halted as [:ensure_application_is_installed_by_facebook_user] rendered_or_redirected." error

And if I do another FBML rendering request, my former session ID is coming back

Can anyone help?
Is there another way to retrieve data for my flex app?
Will it work if I'm using RubyAMF?