Monday, November 08, 2010 at 12:01 AM.
system.verbs.apps.identica.getUserTimeLine
on getUserTimeLine (screenname, adrtable, server="identi.ca") {
<<Changes
<<3/12/09; 5:55:17 AM by DW
<<New optional param, server, allows you to post to another instance of Laconica.
<<7/17/08; 10:10:26 PM by DW
<<Created.
local (url = "http://" + server + "/api/statuses/user_timeline/[[screenname]].xml");
return (twitter.getUserTimeLine (screenname, adrtable, url))};
bundle { //test code
getUserTimeLine ("dave", @scratchpad.dwtimeline, "home.smallpicture.com")}
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.