Can any RSS reader read private Blogger blogs?
December 9, 2009 10:21 PM Subscribe
How can I view private Blogger blogs in any RSS reader?
Is there any way? I think it's silly that I can't in Google Reader, since I use the same account to read those blogs as in Google Reader. Bonus points if there's a good downloadable (not online) service that can finagle it.
Is there any way? I think it's silly that I can't in Google Reader, since I use the same account to read those blogs as in Google Reader. Bonus points if there's a good downloadable (not online) service that can finagle it.
Im not familiar with how blogger authenticates, but I've had success with some feeds using the http://username:password@site.com/rss.xml format
posted by CharlesV42 at 6:18 AM on December 10, 2009
posted by CharlesV42 at 6:18 AM on December 10, 2009
COD, CharlesV42: Blogger doesn't do standard HTTP authentication, so normal password mechanisms don't work for these feeds.
posted by aneel at 1:47 PM on December 10, 2009
posted by aneel at 1:47 PM on December 10, 2009
This thread is closed to new comments.
http://code.google.com/apis/blogger/docs/2.0/developers_guide_protocol.html#Authenticating
I don't know of any reader that implements that, but one could. It would also be fairly simple to write a gateway that does it. In fact, here's a quick and dirty, largely untested CGI script that might work. Install this somewhere where you can run CGI scripts and then access it like:
http://where.you.put.it/bloggerlogin.pl?id=nameOfFeed&e=yourEmail@gmail.com&p=yourPassword
posted by aneel at 12:04 AM on December 10, 2009