Changes between Version 5 and Version 6 of FlickrIntegration


Ignore:
Timestamp:
Apr 1, 2007, 8:27:22 PM (17 years ago)
Author:
seemant@…
Comment:

grammar fix

Legend:

Unmodified
Added
Removed
Modified
  • FlickrIntegration

    v5 v6  
    118118I'll leave the rest of this up to you:
    119119
    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.
    121121 * 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:
    122122
Back to Top