[OpenSocial] Re: storing xml content

2007-11-30 Thread sanjaymk
yes-all fetch routines have a size limit (and a elapsed time cutoff limit at around 5 secs) -Sanjay On Nov 19, 11:30 am, michael <[EMAIL PROTECTED]> wrote: > Is there a similiar size restriction for JSON that you are aware of? --~--~-~--~~~---~--~~ You received thi

[OpenSocial] Re: storing xml content

2007-11-19 Thread michael
Is there a similiar size restriction for JSON that you are aware of? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Discussion" group. To post to this group, send email to opensocial-orkut@googlegroups.com To

[OpenSocial] Re: storing xml content

2007-11-19 Thread sanjaymk
Resolved- Do this to persist xml (either to the opensocial persistence store OR thru the gadget _ig_fetch** calls to your server) 1. url encode the query string (esp. turn whitespaces to %20) 2. There is a size limit to the query string (I think its below 1k-I stick to 800 characters). -Sanjay