Skip to content

Instantly share code, notes, and snippets.

@Pageboy
Last active October 22, 2021 15:09
Show Gist options
  • Save Pageboy/1e47de1777007980716ead4b436b3158 to your computer and use it in GitHub Desktop.
Save Pageboy/1e47de1777007980716ead4b436b3158 to your computer and use it in GitHub Desktop.
Flickr Gallery
jsonUrl = "https://api.flickr.com/services/rest/?" +
"method=flickr.photosets.getPhotos&" + ("api_key=" +
options.apiKey + "&") + ("photoset_id=" +
options.photosetId + "&") + ("user_id=" +
options.flickrId + "&") +
"extras=description,url_sq,url_t,url_s,url_m,url_o&" +
"format=json&jsoncallback=?";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment