Jquery JSON Flickr API Returning Photos in a Set

前端 未结 1 955
清歌不尽
清歌不尽 2021-02-01 08:47

I am trying to get a specified set from Flickr and then display the images in that set using the JSON and REST API. Here is the code I am using:

    $.getJSON(\"         


        
相关标签:
1条回答
  • 2021-02-01 09:36

    From the flickr API docs it looks like your set parameter in your URL should be photoset_id.

    0 讨论(0)
提交回复
热议问题