I was saving photo file url for some flickr photos in my database for a while now.
Lately i was getting the default image when the a file if delted or its permisions are changed. After a while i came to the conclusion that the photo still exists and the permisions didn
t change, but the photo file url has changed.
For example:
Photo URL: http://www.flickr.com/photos/premnath/8127604491/
Photo file url saved by me a while ago : http://farm9.staticflickr.com/8336/8127604491_0eeb3b472d_z.jpg
Is there a fast way to check if a certain photo file url is still available. I want to implement a script that updates these url`s if they have changed in time that they are accessed.
I am using phpFlickr.