hi,
Google Feed API is a cool stuff.
I am using feed like this
var feed = new google.feeds.Feed(strFeed)
eed.setNumEntries(100);
feed.includeHistoricalEntries();
feed.load(function (result) {
if (!result.error) {
from the feed entry
result.feed.entries[i] (A single thread)
I want find following information
Last user who has updated the Thread.
Last date/time in which thread was updated.
Can I get these two information which will be helpful for me to display in
my Page? By Any Method/Properties in the API?
Thanks for your help
Regards
Manas
--
--
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
https://groups.google.com/d/msgid/google-ajax-search-api/f641ec7d-752b-43d1-827e-f893c3363aba%40googlegroups.com
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.