Feed (Subscription) List API
You can choose to make your feeds list available publicly in your Settings, on the API tab. If you do this, your feeds list (except any private feeds of course) will be published as follows:
OPML format
http://api.feedlounge.com/username/feeds/opml
HTML format (using nested unordered lists)
http://api.feedlounge.com/username/feeds/html
RSS format
http://api.feedlounge.com/username/feeds/rss
Note: replace ‘username’ with your username in these URLs.
Example
We have set up an example account for you to test with:
http://api.feedlounge.com/example/feeds/opml
http://api.feedlounge.com/example/feeds/html
http://api.feedlounge.com/example/feeds/rss
Last modified: 2006-04-22 17:27:15 GMT
Hey.
Can you add HTTP authentication support?
This is how newsgator and bloglines implements OPML export via API.
This way even if the OPML isn’t public they can still import easily into Tailrank or a desktop aggregator ( or some other future cool opml thing ).
Anyway… I’ll add support for it in Tailrank at that point
No HTTP auth support yet?
Kevin
No, we’ve implemented it this way partly so our users don’t have to give you their login details.