Skip to content

Commit

Permalink
Update photo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
likebeta committed Jun 11, 2016
1 parent ffe4a0d commit 69c10b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion photo.html
Expand Up @@ -20,7 +20,7 @@ <h4>flickr</h4>

<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$.getJSON('https://api.instagram.com/v1/users/717790068/media/recent?client_id=e3ab8b93bd294dcb8338c38e1e7f627c&count=100&callback=?',
$.getJSON('https://api.instagram.com/v1/users/717790068/media/recent/?access_token=717790068.e3ab8b9.654806570f1f469d9f9236cd64cb6197',
function(data) {
if (data.meta.code != 200) return;
var strHtml = '<ul>';
Expand Down

0 comments on commit 69c10b4

Please sign in to comment.