Hi, As many other frameworks, on each JSONP request, GWT creates a new randomly named callback function.
That's great, except when the web service (as Flickr) that you are requesting requires the sent parameters to be signed. As the callback function is passed as a parameter in the URL, the web service requires it to be in the parameter list that will be signed. As the random name is generated just before sending the request, I just cannot sign the parameter list. I found no direct way (except re-implementing the internal GWT classes) of knowing the callback's name before making the call, and then signing the parameters. Any idea of how I can do that ? Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
