¡Hi to everone!
I need to use the new Panoramio API but I'm lost with the code, someone can help me?
I want to save metadata of the 10 most popular images from a search (eg "Taj Mahal").
I understand that I must use the PhotoRequest class, for example:
var myRequest = new panoramio.PhotoRequest({
'tag':'taj mahal'
});
But then I don't know how to access the data. Also, I don't see how to set the number of photos or the most popular…
I know that exists the Photo class, but I don't know how to use it.
¿Can anyone show me a sample code?
Thank you very much!