Hi Jeff
Thanks for your answer.
I saw how to add feeds using the FeedControl and draw a box with the last
updates of these feed.
But what I want to know is how to use the method findFeeds or any similar
for instance, in this function:
function OnLoad() {
// Query for president feeds on cnn.com
var query = 'site:cnn.com president';
google.feeds.findFeeds(query, findDone);
}
in this context:
http://code.google.com/apis/ajax/playground/#find_feed
in a object like FeedControl (where I added the list of Feeds that I want to
search in) and indicating the words I'd like to search for
Any suggestion ?
thanks
Diogo Borges Krobath
Engenharia de Computação
Escola Politécnica da USP
On Thu, Jul 23, 2009 at 11:18 PM, Jeff S (Google) <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---