bellroy / lesswrong-migrated

Automatically exported from code.google.com/p/lesswrong
Other
0 stars 0 forks source link

Inbox RSS feed not working #341

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Click on your user name.
2. Click on the envelope.
3. Click on 'Subscribe to RSS feed'.

What is the expected output? What do you see instead?
On Google Reader, I get the following message: "The feed being requested cannot 
be found."

What version of which web browser are you using? On what operating system?
Chrome 21, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by pablo.stafforini@gmail.com on 21 Aug 2012 at 4:14

GoogleCodeExporter commented 9 years ago
This feed works but it requires you to be logged in to prevent everyone from 
being able to see everyone else's inbox. Since the login credentials are not 
readily available to Google Reader it is unable to access the feed.

To fix this problem we'd need to request login credentials for the feed in a 
way that Google Reader can handle. This probably means Basic/Digest 
Authentication or generating a random, difficult to guess URL for the feed that 
can be regenerated by the user and remove the auth requirement.

Original comment by wjmo...@gmail.com on 23 Aug 2012 at 12:07