3 messages in com.googlegroups.google-picasa-data-apiRe: jQuery JSONP adds invalid Query p...
FromSent OnAttachments
jdid...@gmail.com26 Mar 2008 02:52 
Jeroen Diderik26 Mar 2008 03:10 
Jeff Fisher (Google)26 Mar 2008 09:44 
Subject:Re: jQuery JSONP adds invalid Query param
From:Jeroen Diderik (jdid@gmail.com)
Date:03/26/2008 03:10:46 AM
List:com.googlegroups.google-picasa-data-api

Nevermind my previous post, I found out, after sifting through jQuery, that it adds a timestamp as a Query param with an underscore. After preventing jQuery to do this (v.1.2.3), it works perfectly!!!

Hi,

I've picked up my project again and rewritten my javascript lib to use jQuery for the JSon calls. Problem I have is that when using the JSONP method from jQuery, this adds an underscore param to the feed URL. like so:

http://picasaweb.google.com/data/feed/api/user/jdiderik?category=album&access=public&alt=json&_=1206524515638&callback=jsonp1206524515528

Could the feeds of the Picasa webservice allow this param query so that even javascript can do cross-domain request without the need of a local proxy (like a php page).

Regards,