But the question is how do I know when new questions has asked on Stack
Overflow and get only those?
You fetch it regularely (but don’t abuse the service) and diff what has
changed; you could use the “creation_date”, “last_edit_date” or
“last_activity_date” to figure out which ones you want to see.
On Thu, Sep 15, 2011 at 11:48 AM, Markus F. [email protected]
wrote:
You fetch it regularely (but don’t abuse the service) and diff what has
changed; you could use the “creation_date”, “last_edit_date” or
“last_activity_date” to figure out which ones you want to see.
Save the date (“last_activity_date”, or “creation_date” are good
candidates, depending on the definition of “new”) of the last seen
item, and compare it to the dates in the re-fetched feed. Any thing
that’s newer than the date saved is new.