RenatoSousa89 / google-ajax-apis

Automatically exported from code.google.com/p/google-ajax-apis
0 stars 0 forks source link

Ping Feed API and check for result's last build date #621

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It is understandable that Feed API (V1) cannot crawl all feeds frequently. 
However, are there ways for publisher to ping the Feed API programmatically or 
manually to notify their feeds are updated? If the ping method already exists, 
please document it. I tried blog search ping service 
(http://blogsearch.google.com/ping) and it does not always work.

Also, it would be very useful if we would compare the last modified date of the 
result from Feed API. If possible during the connection phase when the result 
is not fetched yet. Or it would work like Google reader api. In which we could 
supply the "ot" parameter to specify and fetch items published only after "ot". 

Thanks.

Original issue reported on code.google.com by sandy....@gmail.com on 18 Mar 2012 at 10:32