Search code examples
flickr

Flickr API - Include photo in website


Im trying to get the lastest photos uploaded by a user in my website, but im not sure how to get the URL to that resource. I can get the ID of a picture using "flickr.photosets.getPhotos", but I have no idea how to get the url for my tag. Can someone please help me?


Solution

  • There is a pretty simple example to do this with jquery http://api.jquery.com/jQuery.getJSON/