Welcome Developers!
evalJSON seems to be broken in the past 2 days when being called from the makeRequest callback on the returned response object. Is anyone seeing the same issue?
Take a look at http://developer.myspace.com/Community/forums/t/860.aspx
The following should work:
function(response){ var json = gadgets.json.parse(response.text); }
thanks Eric, will try it out...