It seems like the only way to get notified of certain events is to poll the site continuously. And as per the current policy, it seems like there should be at least a 2 minute delay between requests.

So therefore, I am proposing a notification system whereby an app can 'register' for certain events and receive a notification when they occur.

Example:

  • an app calls /0.8/notify/questions?intitle=silverlight
  • the app provides a URL
  • whenever a new question with 'silverlight' in the title is posted, the URL specified above is called
link|improve this question
2  
This is what pubsubhubbub is for. I imagine the answer will be no because of complexity. I would rather just have a firehose with every change in it. – carson Jun 10 '10 at 20:43
2  
@carson: Complexity? How is that complex? – George Edison Jun 10 '10 at 21:10
2  
geo - this question is going to keep getting bumped if you don't accept 'no' for an answer. – Sky Sanders Jul 11 '10 at 7:34
feedback

1 Answer

up vote 4 down vote accepted

No.

Its far too late in the v1 game to add something this complex.

Note that the current policy is that you shouldn't be polling faster than once a minute, not two minutes.

link|improve this answer
Couldn't you just defer this 'till v1.1 / 2 / whatever? – George Edison Jun 10 '10 at 23:41
2  
@George - We're not going to commit to ever implementing such a feature. Not to say that it is for-sure never gonna happen just that its too early to [status-deferred] this. – Kevin Montrose Jun 11 '10 at 0:12
That's okay. It was more of a luxury than a necessity. – George Edison Jun 11 '10 at 0:23
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged