Just wondering if I'm missing something here. Also, I couldn't find any previous question related to this.
feedback
|
|
This could easily be done... the contents of the inbox can be fetched with JSON using:
It would be trivial to write something that converted this to an RSS feed. However:
| |||||||||||
feedback
|
This is a per-site "user responses feed". It's a feed of the 30 latest comments, answers, and revisions to a user's content, so you might want to have your client software keep history. And then your own client software will also still have its local copy when things are deleted. When logged in, this is linked in the bottom right corner of your own per-site profile, tabsheet "responses". Actually, you can follow anyone if you'd just create the URL yourself. Bonus: the length of the items is much longer than that of the JSON Inbox. It has a maximum length too, but items are rarely that long to hit that limit.
Yet another per-site feed, the "user feed", in the bottom right corner of the "info" tab, sub-tab "stats". Again, this is only the last 30 items, and only for questions, answers, and comments. And again you could follow just anyone, but here the icon and link are always shown to everybody. I don't know of any global SE feed. | |||||||
feedback
|