<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d15592931\x26blogName\x3dThe+Writely+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://writely.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://writely.blogspot.com/\x26vt\x3d-1468682718282902998', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
 
 

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.

 


© 2006 Google, Inc. -  Contact Us - Writely Blog - FAQs - Privacy Policy - Terms of Use- ATOM Feed - RSS Feed