// Finds photos by user "themexican" containing the text "zanskar"
new MooPix().callFlickrUrl({
    method: 'flickr.photos.search',
    user_id: '40732565657@N01',
    text: 'zanskar',
    per_page: '30'
});