Hi Diogo, If you already know the URLs of the feeds that you want to pull in, you can use the FeedControl's addFeed method for each of the URLs you have. Example here:
http://code.google.com/apis/ajax/playground/#feed_control To fetch just a single feed you can instantiate a Feed object using the URL and call it's load method. There's a simple example here: http://code.google.com/apis/ajax/playground/#load_feed Thank you, Jeff On Wed, Jul 22, 2009 at 7:20 PM, Diogo Borges Krobath <[email protected]>wrote: > > Hi, > > I'm testing this API in the follow example: > > http://code.google.com/apis/ajax/playground/#find_feed > > Which I only can seach in a specific website feed (for example > cnn.com ) or seach in all web feeds (if I dont specify the site url > where I want to search) > > I want to indicate a specific list of links of feeds (In this case, > instead using the url of a site I'd like to use directly url of a RSS > file) and search inside this restricted list indicated using this > API . > > Is that possible using this API ? > > thanks > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
