Hi there, I'm developing app on appengine and want to enable live updates of my feed using Google Feed api V2. It seems like it is returning updates with great latency, which is in range of 10s of minutes.
Feed is pubsub enabled ( http://instaright.appspot.com/feed ) . Pubsub is providing instantaneous callbacks. App sends callbacks as xmpp messages. Xmpp client ( gtalk ) gets notified instantly, but I get no instant updates via feed api v2. I've tested feed in code playground with browser that has enabled 3rd part cookies and referrers ( even tough user should not think about it). In order to test feed updates, check app on http://20.latest.instaright.appspot.com/ , where feed v2 gets updates with 10 history items. While, xmpp can be tested adding [email protected] as contact on xmpp client and typing following command : /subscribe all ( in order to stop receiving updates , type /unsubscribe ) . If you need more info, pls ask 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.
