Skip to content

Instantly share code, notes, and snippets.

@JacksonGariety
Last active December 15, 2015 06:29
Show Gist options
  • Save JacksonGariety/5216613 to your computer and use it in GitHub Desktop.
Save JacksonGariety/5216613 to your computer and use it in GitHub Desktop.
jQuery.ajax({
url: "https://api.instagram.com/v1/tags/tbt/media/recent?access_token=6044630.f59def8.49e64488fee04126b6eb091c43963642",
dataType: "JSONP",
success: function(data) {
console.log(data)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment