This is a curious situation, which we've been discussing in the IRC channel. 
When called directly, the API returns old entries from the feed unless 
scoring=h parameter (i.e., include historical entries) parameter is specified, 
in which case it returns the most recent entries. The behavior seems contrary 
to what one would expect, probably a bug. I've forwarded these findings to Adam 
Feldman in the hopes that the team will investigate and respond.

Jeremy R. Geerdes
Generally Cool Guy
Des Moines, IA

For more information or a project quote:
[email protected]

If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church!

On Nov 1, 2011, at 9:02 AM, DataPlus support wrote:

> I am using the dynamic feed reader to bring in posts from my Blogger
> account.  It will not bring in any new posts since Nov 2 2010....there
> have been 17 posts since then....my facebook and website get all the
> new posts....just not the dynamic feed reader.
> 
> The blog is mydataplus.blogspot.com
> 
> It's driving me insane!!!!  Any Ideas?
> 
> 
> The code I am using is:
> /*
> *  How to use the Dynamic Feed Control, which has pretty UI already
> made for you!
> *  Don't forget to check out the options:
> *  http://www.google.com/uds/solutions/dynamicfeed/reference.html
> */
> 
> google.load('feeds', '1');
> 
> function OnLoad() {
>  var feeds = [
>    {
>      title: '...More News',
>      url: 'http://mydataplus.blogspot.com/feeds/posts/default'
> 
>    }
>  ];
> 
>  var options = {
>    numResults : 10,
>    stacked : true,
>    horizontal : false,
>    title : "DataPlus"
>  };
> 
>  new GFdynamicFeedControl(feeds, 'content', options);
>  document.getElementById('content').style.width = "500px";
> }
> 
> google.setOnLoadCallback(OnLoad);
> 
> -- 
> 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]
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

-- 
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]
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to