loading json feed from google (crossdomain permissions problem ?)
I searched and searched... unfortunately I'm just not knowledgable enough to work it out on my own...
how do I load google's picasa album JSON feed from my site?
In the browser I can enter this URL
and it works (returns the expectd JSON).
I tried adding authkey parameter from my token like this:
$.getJSON(g, function(data) {... etc...etc...
I think I am either doing the wrong thing or I'm missing something about making the token persistent...
surely someone out there knows? I do hope so...
Thanks all!