Changes between Version 5 and Version 6 of FlickrIntegration
- Timestamp:
- Apr 1, 2007, 8:27:22 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlickrIntegration
v5 v6 118 118 I'll leave the rest of this up to you: 119 119 120 * You'll need to run the sync_flickr_photos function at a reasonable interval. Don't flood flickr with API calls every time someone view 's your page. For instance, I use signals and the dispatcher to raise a signal whenever someone visits my photos page. If it's been more than 15 minutes since the last time I synchronized, I run the function.120 * You'll need to run the sync_flickr_photos function at a reasonable interval. Don't flood flickr with API calls every time someone views your page. For instance, I use signals and the dispatcher to raise a signal whenever someone visits my photos page. If it's been more than 15 minutes since the last time I synchronized, I run the function. 121 121 * To actually do anything useful with your flickr information, you'll need to create methods that build the URLs. Here's how I do it: 122 122