Possible Duplicate:
Answer Only RSS feed for a user

I tried to get feed of the top rankers.
But there were too many feeds(because of their comments feed)
It's annoying me.

I want to get feeds of their answer.
Is it possible?

share|improve this question
Discussions about stackoverflow should be done at meta.stackoverflow.com – Dan Mar 26 '10 at 15:38
I think you should ask this question here: meta.stackoverflow.com? – rochal Mar 26 '10 at 15:38
haha Dan, you're 2sec quicker ;-) – rochal Mar 26 '10 at 15:39
I don't understand what you mean; the user feed doesn't include comments. – balpha Mar 26 '10 at 15:49
It includes comments. – Benjamin Mar 26 '10 at 15:54
Oops, you're correct, they're just not in chronological order with the other posts. – balpha Mar 26 '10 at 15:59

migrated from stackoverflow.com Mar 26 '10 at 15:40

marked as duplicate by Anna Lear Sep 16 '12 at 22:17

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

2 Answers

up vote 3 down vote accepted

This is definitely possible:

http://stack2rss.stackexchange.com/{site}/users/{ID}/answers

Example (shows all of my answers on StackApps):

http://stack2rss.stackexchange.com/stackapps/users/18/answers?body=true

It's a small application I created called Stack2RSS that converts API requests into RSS feeds.

share|improve this answer
you made it! thanks! – Benjamin Sep 20 '10 at 4:28
@George: It doesn't work since a couple of weeks ago. Your app make url like this. stackapps/questions/2439 .com is trimmed. – Benjamin Jun 11 '11 at 14:55
@Benjamin: There was an upgrade a couple of weeks ago. Can I please have the exact URL of the feed that is no longer working? – Nathan Osman Jun 11 '11 at 16:28
@George: quickmediasolutions.com/stack2rss/stackoverflow/users/17034/… The feed works fine. But when I click the feed title to jump real page(stackoverflow.com) in Google Reader, it jump to wrong URL. – Benjamin Jun 12 '11 at 1:27
@Benjamin: Ah, you're right. I'll get this fixed - in the meantime, you can change stackoverflow to stackoverflow.com to make it work. – Nathan Osman Jun 12 '11 at 1:58
@George: Anything works anymore. What happened? – Benjamin Jun 14 '11 at 11:55
@Benjamin: Sorry about that. It's working now. – Nathan Osman Jun 14 '11 at 16:10
@George: Everything is fine again. Thanks. – Benjamin Jun 15 '11 at 1:16
When I add more users now, I get No Content at my feed reader. I have to click the link and should jump SO to read the answers. But for the users I registered long time ago, the feed get the answer's all content. So I can read them at my google reader conveniently. Why is it? – Benjamin Jan 31 '12 at 2:49
@Benjamin: Can you please provide me with the URL for the feed you are using? – Nathan Osman Jan 31 '12 at 2:51
I have guessed what is the problem, though. It's the query string, right? – Benjamin Jan 31 '12 at 2:56
Your application added the query string body=true by default long time ago, but not anymore I think. – Benjamin Jan 31 '12 at 2:59
@Benjamin: I honestly can't remember if it used to add body=true or not. But it definitely does not add it now. You will need to explicitly add that parameter. – Nathan Osman Jan 31 '12 at 3:03
show 5 more comments

This has been asked once before, but I don't see it having been responded to by an admin.

share|improve this answer
@Benjamin: My answer provides a solution. – Nathan Osman Sep 18 '10 at 6:12

You must log in to answer this question.

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