Skip to content

Instantly share code, notes, and snippets.

@nekman
Created September 3, 2014 21:14
Show Gist options
  • Save nekman/3452c89bc5a6f39355bf to your computer and use it in GitHub Desktop.
Save nekman/3452c89bc5a6f39355bf to your computer and use it in GitHub Desktop.
$.ajax({
url: 'http://api.flickr.com/services/feeds/photos_public.gne?format=json&jsoncallback=?',
dataType: 'jsonp'
}).then(function(data) {
console.log(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment