Calling all RSS Readers Sam
10.13.2005 [] - Permalink
I was talking with the NetVibes folks last week. They wanted to add a Writely module to their list. The only problem with this is that you need to send the user and password over to Writely to get the feed URL for that user back...so I wrote a little service you can call to do this. You can call it with http or https. The service is at:
http://www.writely.com/API/RSSDiscovery.aspx
You pass two parameters useremail (the user email address) and the password. So, it might look like:
http://www.writely.com/API/RSSDiscovery.aspx?useremail=someguy@writely.com&password=apassword
The service either returns an error, or the URL of that user's personal RSS feed. I thought I would post this here in case anyone else wants to add us to their start page.
10.13.2005 [] - Permalink
I was talking with the NetVibes folks last week. They wanted to add a Writely module to their list. The only problem with this is that you need to send the user and password over to Writely to get the feed URL for that user back...so I wrote a little service you can call to do this. You can call it with http or https. The service is at:
http://www.writely.com/API/RSSDiscovery.aspx
You pass two parameters useremail (the user email address) and the password. So, it might look like:
http://www.writely.com/API/RSSDiscovery.aspx?useremail=someguy@writely.com&password=apassword
The service either returns an error, or the URL of that user's personal RSS feed. I thought I would post this here in case anyone else wants to add us to their start page.