Tuesday, August 18, 2009 at 7:35 PM.

photoFanSuite.authFlickrThread

on authFlickrThread (frob) {
	<<Changes
		<<11/13/07; 6:29:23 PM by DW
			<<Created. Launched from photoFanWebsite.authenticateWithFlickr. After we redirect to the authentication page, wait, then ask for the token. If it's not ready, wait and ask again. Up to a minute. If the token isn't avalable after a minute, we're fucked.
	local (i);
	for i = 1 to 6 {
		clock.waitseconds (10);
		try {
			flickr.api.auth.getToken (frob);
			break}}}



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.