ShaneRich5/virtual-tourist

Pull images from Flickr

Closed this issue · 2 comments

Pull images from Flickr

Using the following request

GET https://api.flickr.com/services/rest?format=json&method=flickr.photos.search&api_key=***&nojsoncallback=1

Fails with the following request

{
    "stat": "fail",
    "code": 3,
    "message": "Parameterless searches have been disabled. Please use flickr.photos.getRecent instead."
}

This is being successfully with the FlickrClient.