Hey Matt, I think you may be right about that. :( (neat gadget BTW!)
I tried it with this gadget (that uses _IG_FetchFeedAsJSON) >> http://www.visionjinx.net/gg/ultrareader/ultrareader_v1.xml And on the google.ca domain it works just fine with your feed url but when I tried it on google.com I get Oops! Invalid feed URL: http://feeds2.feedburner.com/planetjquery/ Re: "Google, please stop breaking my gadgets!" The big G strikes again ;) This is exactly why I have been migrating everything over to the AJAX Feed API instead (using JSONP >> http://code.google.com/apis/ajaxfeeds/documentation/#fonje) as that API is very stable and does not break like this (all the time I have been using it to make apps, plus works in type=url gadgets ;) ). It is an easy port and looks like I will need to be doing the same to these gadgets also. :( Here is a sample using it with your feed >> http://www.visionjinx.net/?load=http://feeds2.feedburner.com/planetjquery/ Also, don't know if your aware of this, but Google does host many of these frameworks also to use with your apps >> http://code.google.com/apis/ajaxlibs/documentation/#jquery You can have some fun with these apis here >> http://code.google.com/apis/ajax/playground/#jquery :) Regards, Vision Jinx On Jun 8, 2:30 pm, "Matt (Guru)" <[email protected]> wrote: > This may be related to the new API being released in production... > > I can't get _IG_FetchFeedAsJSON() to work with a specific feed > url:http://feeds2.feedburner.com/planetjquery/ > > I simply get "Error:400" in the ErrorMsg returned. > > This is part of my jQuery Universe gadget > here:http://www.javascripttoolbox.com/gadget/jquery/ > > But as you can see on that page, the "Blogs" tab gets the data just > fine, which is from this url. > > That's why I suspect it's a problem with the new API. Is there any way > to verify this? > > Google, please stop breaking my gadgets! :) > > Matt Kruse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
