I think there is also a bug where when you use urlencode with PHP (probably same thing with aspx), you encode the ampersand but when you decode the url, the subsequent parameters (2nd and so on) are NOT THERE.
For example: blah.com?url=something.com?foo=1%20cool=2 If %20 was the ampersand, say. Well decoding it seems to give $url = "something.com?foo=1" Looks like a browser bug. If anyone knows why this is or how to fix it, please email me gregory at gregory dotnet. Greg On Nov 5, 2:06 am, twentyafterfour <[EMAIL PROTECTED]> wrote: > Try encoding the ampersand with & (html entity) or some other > urlencode scheme. I think I read somewhere that you need to use > entities. > > On Nov 4, 8:50 pm, Marco Mugnatto <[EMAIL PROTECTED]> wrote: > > > The URL to my gadget does have GET parameters, like "url/gadget.xml? > > id=1&x=3" (in reality it's a .asp page with xml mime type). It seens > > Orkut OpenSocial can only read the first parameter (in this case, id). > > If I change the order, ie put x before id, it only reads the x, not > > id. > > > Is it a bug? > > > It seens the parameters are correctly read on iGoogle. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
