Hi together,

i want to send a signed query with makeRequest from a iGoogle gadget.
I tried this:

var params = {};
params[gadgets.io.RequestParameters.AUTHORIZATION] =
gadgets.io.AuthorizationType.SIGNED;

var opts = {};
opts['sendMethod'] = 'makeRequest';
opts['makeRequestParams'] = params;

var query = new google.visualization.Query('https://myserver.com',
opts);
query.send(handleQueryResponse);

But i received only this errormessage:
Error: gadgets.io.makeRequest failed 403 Error

What's wrong with the code? Can anybody help me?


Thanks for yor help!
Mic

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" 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-visualization-api?hl=en.

Reply via email to