We need the user to be able to enter URLs in our media section . However since users can make mistakes in entering the URLs , we need to ensure that the URLs are valid flickr URLs . Valid URL eg : http://www.flickr.com/photos/53067560@N00/sets/72157606175084388/
Invalid URL eg : http://www.flickr.com/photos/53067560@N00/sets/12345/
Flickr offers API services , but I could not find one that would validate a URL .