The AJAX Search API has no problem accessing Pipes feeds. When I initially accessed yours, it returned an invalid feed. Now, though, the feed looks valid. I ran it through the RESTful side of the Google AJAX Feeds API, and this is what I came up with:
http://ajax.googleapis.com/ajax/services/feed/load?v=1.0&q=http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3D441f857b6ceb035e935593293fd66ff9%26_render%3Drss As you will see, the API is parsing the feed and returning its information as expected. The questions that I would ask now are these: How are you accessing the API? Via the JS API or the RESTful side? If via the RESTful side, are you encoding the uri correctly, as above? In either event, is there any way you can post a link to your actual application, rather than just the feed url? If your application is not online (e.g., it's not public, designed to run server-side, or a desktop app, etc.), could you pastebin the code so we can look it over? Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com http://jgeerdes.blogspot.com http://jgeerdes.wordpress.com [email protected] Unless otherwise noted, any price quotes contained within this communication are given in US dollars. If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! And check out my blog, Adventures in Web Development, at http://jgeerdes.blogspot.com ! On Sep 11, 2009, at 3:07 PM, Ben Wise wrote: > Interestingly, it's not possible to add a Yahoo pipe to Googe Feed > Reader - I'm sure this is related to how the feed API works; it's as > if Google doesn't see an RSS Pipe as a true feed (even though it's > valid xml). > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en -~----------~----~----~----~------~----~------~--~---
